|
ENTITY Solid_with_pocket ABSTRACT SUPERTYPE OF (ONEOF (Solid_with_rectangular_pocket, Solid_with_circular_pocket, Solid_with_general_pocket)) SUBTYPE OF (Solid_with_depression); floor_blend_radius : length_measure; draft_angle : plane_angle_measure; WHERE WR1: floor_blend_radius >= 0.0; END_ENTITY; -- Solid_with_pocket |
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_pocket floor_blend_radius: length_measure; draft_angle: plane_angle_measure; |
| Solid_with_circular_pocket (Solid_with_local_modification_arm) |
| Solid_with_general_pocket (Solid_with_local_modification_arm) |
| Solid_with_rectangular_pocket (Solid_with_local_modification_arm) |
Global rules for this entity data type- |