|
ENTITY Point_and_vector SUBTYPE OF (Detailed_geometric_model_element); location : point_select; vector : LIST [1:2] OF Direction; END_ENTITY; -- Point_and_vector |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Detailed_geometric_model_element - Point_and_vector location: point_select; vector: LIST [1:2] OF Direction; |
Global rules for this entity data type- |