|
ENTITY Solid_with_stepped_round_hole_and_conical_transitions SUBTYPE OF (Solid_with_stepped_round_hole); conical_transitions : SET [1:?] OF Conical_stepped_hole_transition; WHERE WR1: SIZEOF (conical_transitions) <= (SELF\Solid_with_stepped_round_hole.segments + 1); WR2: ('SOLID_SHAPE_ELEMENT_SCHEMA.SOLID_WITH_THROUGH_DEPRESSION' IN TYPEOF(SELF)) XOR (SIZEOF(conical_transitions) <= SELF\Solid_with_stepped_round_hole.segments); END_ENTITY; -- Solid_with_stepped_round_hole_and_conical_transitions |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Detailed_geometric_model_element - Modified_solid rationale: STRING; base_solid: solid_select; Solid_with_depression location: Axis_placement; depth: length_measure; Solid_with_stepped_round_hole segments: INTEGER; segment_radii: LIST [1:segments] OF length_measure; segment_depths: LIST [1:segments] OF length_measure; (RT) (DER) depth: length_measure; Solid_with_stepped_round_hole_and_conical_transitions conical_transitions: SET [1:?] OF Conical_stepped_hole_transition; |
Global rules for this entity data type- |