ENTITY boundary_condition_logical

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY boundary_condition_logical
SUBTYPE OF (boundary_condition);
	bc_x_displacement_free : LOGICAL;
	bc_y_displacement_free : LOGICAL;
	bc_z_displacement_free : LOGICAL;
	bc_x_rotation_free : LOGICAL;
	bc_y_rotation_free : LOGICAL;
	bc_z_rotation_free : LOGICAL;
END_ENTITY;

Explicit Attributes

Entity boundary_condition_logical has the following local and inherited explicit attributes:
AttributeTypeDefined By
 boundary_condition_namelabel (STRING)boundary_condition
 boundary_condition_descriptiontext (STRING)boundary_condition
 bc_x_displacement_freeLOGICALboundary_condition_logical
 bc_y_displacement_freeLOGICALboundary_condition_logical
 bc_z_displacement_freeLOGICALboundary_condition_logical
 bc_x_rotation_freeLOGICALboundary_condition_logical
 bc_y_rotation_freeLOGICALboundary_condition_logical
 bc_z_rotation_freeLOGICALboundary_condition_logical

Derived Attributes

    No derived attributes

Inverse Attributes

Entity boundary_condition_logical has the following local and inherited inverse attributes:
AttributeTypeDefined By
 restrained_nodesSET OF node (ENTITY)boundary_condition

Supertypes

Entity boundary_condition_logical inherits from the following supertypes:
  boundary_condition

Subtypes

    No subtypes

Referenced By

Entity boundary_condition_logical and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 boundary_condition ENTITY boundary_condition_logical
 node ENTITY boundary_condition
 select_analysis_model_item SELECT boundary_condition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00