|
ENTITY Vector SUBTYPE OF (Detailed_geometric_model_element); orientation : Direction; magnitude : length_measure; WHERE WR1: magnitude >= 0.0; END_ENTITY; -- Vector |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Detailed_geometric_model_element - Vector orientation: Direction; magnitude: length_measure; |
Global rules for this entity data type- |