|
ENTITY curve_segment_set SUBTYPE OF (geometric_representation_item); segments : SET [1:?] OF composite_curve_segment; END_ENTITY; -- curve_segment_set |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; curve_segment_set segments: SET [1:?] OF composite_curve_segment; |
Global rules for this entity data type- |