|
ENTITY polygonal_area SUBTYPE OF (primitive_2d); bounds : LIST [3:?] OF UNIQUE cartesian_point; END_ENTITY; -- polygonal_area |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; primitive_2d - polygonal_area bounds: LIST [3:?] OF UNIQUE cartesian_point; |
Global rules for this entity data type- |