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