ENTITY design_part

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY design_part;
 	design_part_name : label;
 	design_part_spec : part;
	parent_assemblies : LIST [1:?] OF assembly_design;
 	locations : OPTIONAL LIST [1:?] OF coord_system;
WHERE
	WRD9 : NOT(EXISTS(locations) AND (SIZEOF(locations) <> SIZEOF(parent_assemblies)));
END_ENTITY;

Explicit Attributes

Entity design_part has the following local and inherited explicit attributes:
AttributeTypeDefined By
 design_part_namelabel (STRING)design_part
 design_part_specpart (ENTITY)design_part
 parent_assembliesLIST OF assembly_design (ENTITY)design_part
 locationsLIST OF coord_system (ENTITY)design_part

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity design_part and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 design_joint_system ENTITY design_part
 design_result_part ENTITY design_part
 located_feature_for_design_part ENTITY design_part
 part ENTITY design_part
 part_select SELECT design_part
 select_design_item SELECT design_part


[Top Level Definitions] [Exit]

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