Navigation

design_joint_system

EXPRESS specification:

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 OF design_part;
WHERE
WRD8  :  NOT(EXISTS(locations) AND (SIZEOF(locations) <> SIZEOF(parent_assemblies)));
END_ENTITY;

References (3):

Name Type Referred through Express-G
design_result_joint_system Entity
Attribute 'result_for_joint_system'
No Diagram
joint_system Entity
Attribute 'design_uses'
No Diagram
select_design_item Select
Select relation
No Diagram

Inheritance graph

ENTITY design_joint_system;
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 OF design_part;
END_ENTITY;