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:
Attribute | Type | Defined By |
---|
design_part_name | label (STRING) | design_part |
design_part_spec | part (ENTITY) | design_part |
parent_assemblies | LIST OF assembly_design (ENTITY) | design_part |
locations | LIST OF coord_system (ENTITY) | design_part |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity design_part 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