|
ENTITY Solid_with_flat_bottom_hole SUBTYPE OF (Solid_with_stepped_round_hole); fillet_radius : length_measure; WHERE WR1: fillet_radius < SELF\Solid_with_stepped_round_hole.segment_radii[segments]; WR2: fillet_radius >= 0.0; END_ENTITY; -- Solid_with_flat_bottom_hole |
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_flat_bottom_hole fillet_radius: length_measure; |
Global rules for this entity data type- |