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:
Attribute | Type | Defined By |
---|
part_joint_label | label (STRING) | located_part_joint |
part_joint_nature | text (STRING) | located_part_joint |
logically_joined_parts | SET OF located_part (ENTITY) | located_part_joint |
required_joints | SET OF located_joint_system (ENTITY) | located_part_joint |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity located_part_joint 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