|
ENTITY Solid_with_offset_faces SUBTYPE OF (Modified_solid); offset_faces : LIST [1:?] OF SET [1:?] OF Advanced_face; offset_distances : LIST [1:?] OF length_measure; WHERE WR1: SIZEOF(offset_faces) = SIZEOF(offset_distances); END_ENTITY; -- Solid_with_offset_faces |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Detailed_geometric_model_element - Modified_solid rationale: STRING; base_solid: solid_select; Solid_with_offset_faces offset_faces: LIST [1:?] OF SET [1:?] OF Advanced_face; offset_distances: LIST [1:?] OF length_measure; |
Global rules for this entity data type- |