|
ENTITY Curve_style_parameters ABSTRACT SUPERTYPE OF (ONEOF (Closed_curve_style_parameters, Curve_style_parameters_with_ends)); name : STRING; corner_style : extend_or_chord_2_extend_or_truncate_or_round; curve_width : Length_data_element; width_uncertainty : OPTIONAL Length_data_element; UNIQUE UR1 : name; END_ENTITY; -- Curve_style_parameters |
Entity data types and their attributesCurve_style_parametersname: STRING; corner_style: extend_or_chord_2_extend_or_truncate_or_round; curve_width: Length_data_element; (OPT) width_uncertainty: Length_data_element; |
| Closed_curve_style_parameters (Constructive_solid_geometry_2d_arm) |
| Curve_style_parameters_with_ends (Constructive_solid_geometry_2d_arm) |
Global rules for this entity data type- |