|
ENTITY Constructive_geometry SUBTYPE OF (Representation); SELF\Representation.context_of_items : Geometric_coordinate_space; WHERE WR1: SIZEOF(SELF\Representation.items) = SIZEOF(QUERY (it <* SELF\Representation.items | 'CONSTRUCTION_GEOMETRY_ARM.CONSTRUCTIVE_ELEMENT_SELECT' IN TYPEOF(it))); 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; |
Global rules for this entity data type- |