|
ENTITY Polygonal_area SUBTYPE OF (Primitive_2d); bounds : LIST [3:?] OF UNIQUE Cartesian_point; END_ENTITY; -- Polygonal_area |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Detailed_geometric_model_element - Primitive_2d - Polygonal_area bounds: LIST [3:?] OF UNIQUE Cartesian_point; |
Global rules for this entity data type- |