|
ENTITY Solid_with_rectangular_pocket SUBTYPE OF (Solid_with_pocket); pocket_length : length_measure; pocket_width : length_measure; corner_radius : length_measure; WHERE WR1: (corner_radius < pocket_width/2) AND (corner_radius < pocket_length/2); WR2: pocket_length > 0.0; WR3: pocket_width > 0.0; WR4: corner_radius >= 0.0; END_ENTITY; -- Solid_with_rectangular_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_rectangular_pocket pocket_length: length_measure; pocket_width: length_measure; corner_radius: length_measure; |
Global rules for this entity data type- |