ENTITY located_part_joint

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY located_part_joint;
 	part_joint_label : label;
 	part_joint_nature : OPTIONAL text;
 	logically_joined_parts : SET [2:2] OF located_part; 
 	required_joints : SET [1:?] OF located_joint_system; 
END_ENTITY;

Explicit Attributes

Entity located_part_joint has the following local and inherited explicit attributes:
AttributeTypeDefined By
 part_joint_labellabel (STRING)located_part_joint
 part_joint_naturetext (STRING)located_part_joint
 logically_joined_partsSET OF located_part (ENTITY)located_part_joint
 required_jointsSET OF located_joint_system (ENTITY)located_part_joint

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity located_part_joint and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 select_physical_item SELECT located_part_joint


[Top Level Definitions] [Exit]

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