|
ENTITY Constructive_geometry SUBTYPE OF (Representation); SELF\Representation.context_of_items : Geometric_coordinate_space; SELF\Representation.items : SET [1:?] OF constructive_element_select; END_ENTITY; -- Constructive_geometry |
Entity data types and their attributesRepresentation(OPT) id: STRING; (OPT) name: STRING; (OPT) description: STRING; context_of_items: Representation_context; items: SET [1:?] OF Representation_item; Constructive_geometry (RT) context_of_items: Geometric_coordinate_space; (RT) items: SET [1:?] OF constructive_element_select; |
Global rules for this entity data type- |