|
ENTITY Solid_with_circular_pocket SUBTYPE OF (Solid_with_pocket); pocket_radius : length_measure; WHERE WR1: SELF\Solid_with_pocket.floor_blend_radius <= pocket_radius; WR2: pocket_radius > 0.0; END_ENTITY; -- Solid_with_circular_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 pocket_radius: length_measure; |
Global rules for this entity data type- |