ENTITY design_joint_system
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY design_joint_system;
design_joint_system_name : label;
design_joint_system_spec : joint_system;
parent_assemblies : LIST [1:?] OF assembly_design;
locations : OPTIONAL LIST [1:?] OF coord_system;
connected_parts : SET [0:?] OF design_part;
WHERE
WRD8 : NOT(EXISTS(locations) AND (SIZEOF(locations) <> SIZEOF(parent_assemblies)));
END_ENTITY;
Explicit Attributes
Entity design_joint_system has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
design_joint_system_name | label (STRING) | design_joint_system |
design_joint_system_spec | joint_system (ENTITY) | design_joint_system |
parent_assemblies | LIST OF assembly_design (ENTITY) | design_joint_system |
locations | LIST OF coord_system (ENTITY) | design_joint_system |
connected_parts | SET OF design_part (ENTITY) | design_joint_system |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity design_joint_system 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