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