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:
Attribute | Type | Defined By |
---|
boundary_condition_name | label (STRING) | boundary_condition |
boundary_condition_description | text (STRING) | boundary_condition |
bc_x_displacement_free | LOGICAL | boundary_condition_logical |
bc_y_displacement_free | LOGICAL | boundary_condition_logical |
bc_z_displacement_free | LOGICAL | boundary_condition_logical |
bc_x_rotation_free | LOGICAL | boundary_condition_logical |
bc_y_rotation_free | LOGICAL | boundary_condition_logical |
bc_z_rotation_free | LOGICAL | boundary_condition_logical |
|
Derived Attributes
No derived attributes
Inverse Attributes
Entity boundary_condition_logical has the following local and inherited inverse attributes:
Supertypes
Entity boundary_condition_logical inherits from the following supertypes:
boundary_condition
Subtypes
No subtypesReferenced By
Entity boundary_condition_logical and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00