|
ENTITY neutral_sketch_representation SUBTYPE OF (shape_representation); neutral_sketch_semantics : curves_or_area; SELF\representation.items : SET [1:?] OF sketch_element_select; WHERE WR1: SIZEOF(QUERY(q <* SELF\representation.items | q.dim <> 2)) = 0; END_ENTITY; -- neutral_sketch_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; shape_representation - neutral_sketch_representation neutral_sketch_semantics: curves_or_area; (RT) items: SET [1:?] OF sketch_element_select; |
Global rules for this entity data type- |