|
ENTITY Solid_with_double_offset_chamfer SUBTYPE OF (Solid_with_edge_modification); left_offset_distance : length_measure; right_offset_distance : length_measure; WHERE WR1: left_offset_distance > 0.0; WR2: right_offset_distance > 0.0; END_ENTITY; -- Solid_with_double_offset_chamfer |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Detailed_geometric_model_element - Modified_solid rationale: STRING; base_solid: solid_select; Solid_with_edge_modification blended_edges: LIST [1:?] OF Edge; Solid_with_double_offset_chamfer left_offset_distance: length_measure; right_offset_distance: length_measure; |
Global rules for this entity data type- |