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:
AttributeTypeDefined By
 design_joint_system_namelabel (STRING)design_joint_system
 design_joint_system_specjoint_system (ENTITY)design_joint_system
 parent_assembliesLIST OF assembly_design (ENTITY)design_joint_system
 locationsLIST OF coord_system (ENTITY)design_joint_system
 connected_partsSET OF design_part (ENTITY)design_joint_system

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity design_joint_system and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 design_result_joint_system ENTITY design_joint_system
 joint_system ENTITY design_joint_system
 select_design_item SELECT design_joint_system


[Top Level Definitions] [Exit]

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