|
ENTITY curve_style_with_ends_and_corners SUBTYPE OF (curve_style); curve_ends : squared_or_rounded; curve_corners : squared_or_rounded; END_ENTITY; -- curve_style_with_ends_and_corners |
Entity data types and their attributesfounded_item(DER) users: SET [0:?] OF founded_item_select; curve_style name: label; curve_font: curve_font_or_scaled_curve_font_select; curve_width: size_select; curve_colour: colour; curve_style_with_ends_and_corners curve_ends: squared_or_rounded; curve_corners: squared_or_rounded; |
Global rules for this entity data type- |