|
ENTITY Solid_with_groove SUBTYPE OF (Solid_with_depression); groove_radius : length_measure; groove_width : length_measure; draft_angle : plane_angle_measure; floor_fillet_radius : length_measure; external_groove : BOOLEAN; WHERE WR1: NOT('SOLID_WITH_LOCAL_MODIFICATION_ARM.SOLID_WITH_THROUGH_DEPRESSION' IN TYPEOF(SELF)); WR2: groove_radius > 0.0; WR3: groove_width > 0.0; WR4: floor_fillet_radius >= 0.0; END_ENTITY; -- Solid_with_groove |
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_groove groove_radius: length_measure; groove_width: length_measure; draft_angle: plane_angle_measure; floor_fillet_radius: length_measure; external_groove: BOOLEAN; |
Global rules for this entity data type- |