|
ENTITY Cartesian_point SUBTYPE OF (Detailed_geometric_model_element); coordinates : LIST [1:3] OF length_measure; END_ENTITY; -- Cartesian_point |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Detailed_geometric_model_element - Cartesian_point coordinates: LIST [1:3] OF length_measure; |
Global rules for this entity data type- |