|
ENTITY Solid_with_spherical_bottom_hole SUBTYPE OF (Solid_with_stepped_round_hole); sphere_radius : length_measure; WHERE WR1: sphere_radius >= SELF\Solid_with_stepped_round_hole.segment_radii[segments]; END_ENTITY; -- Solid_with_spherical_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_spherical_bottom_hole sphere_radius: length_measure; |
Global rules for this entity data type- |