|
ENTITY Solid_with_conical_bottom_hole SUBTYPE OF (Solid_with_stepped_round_hole); semi_apex_angle : plane_angle_measure; tip_radius : length_measure; WHERE WR1: tip_radius < SELF\Solid_with_stepped_round_hole.segment_radii[segments]; WR2: tip_radius >= 0.0; WR3: semi_apex_angle > 0.0; END_ENTITY; -- Solid_with_conical_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_conical_bottom_hole semi_apex_angle: plane_angle_measure; tip_radius: length_measure; |
Global rules for this entity data type- |