|
ENTITY Solid_with_simple_chamfer SUBTYPE OF (Solid_with_edge_modification); offset_distance : length_measure; WHERE WR1: offset_distance > 0.0; END_ENTITY; -- Solid_with_simple_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_simple_chamfer offset_distance: length_measure; |
Global rules for this entity data type- |