ENTITY release_logical

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY release_logical
SUBTYPE OF (release);
 	release_axial_force : LOGICAL;
 	release_y_force :  LOGICAL;
 	release_z_force : LOGICAL;
 	release_torsional_moment : LOGICAL;
 	release_y_bending_moment : LOGICAL;
 	release_z_bending_moment : LOGICAL;
END_ENTITY;

Explicit Attributes

Entity release_logical has the following local and inherited explicit attributes:
AttributeTypeDefined By
 release_namelabel (STRING)release
 release_descriptiontext (STRING)release
 release_axial_forceLOGICALrelease_logical
 release_y_forceLOGICALrelease_logical
 release_z_forceLOGICALrelease_logical
 release_torsional_momentLOGICALrelease_logical
 release_y_bending_momentLOGICALrelease_logical
 release_z_bending_momentLOGICALrelease_logical

Derived Attributes

    No derived attributes

Inverse Attributes

Entity release_logical has the following local and inherited inverse attributes:
AttributeTypeDefined By
 release_for_element_nodesSET OF element_node_connectivity (ENTITY)release

Supertypes

Entity release_logical inherits from the following supertypes:
  release

Subtypes

    No subtypes

Referenced By

Entity release_logical and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 element_node_connectivity ENTITY release
 release ENTITY release_logical
 select_analysis_model_item SELECT release


[Top Level Definitions] [Exit]

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