|
ENTITY Styled_model ABSTRACT SUPERTYPE SUBTYPE OF (Representation); version_id : OPTIONAL STRING; SELF\Representation.context_of_items : Geometric_coordinate_space; DERIVE styled_geometry : SET [0:?] OF Geometric_model := bag_to_set(QUERY (r <* (USEDIN(SELF\Representation.context_of_items, 'FOUNDATION_REPRESENTATION_ARM.' + 'REPRESENTATION.' + 'CONTEXT_OF_ITEMS')) | 'ELEMENTAL_GEOMETRIC_SHAPE_ARM.GEOMETRIC_MODEL' IN TYPEOF(r))); END_ENTITY; -- Styled_model |
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; Styled_model (OPT) version_id: STRING; (RT) context_of_items: Geometric_coordinate_space; (DER) styled_geometry: SET [0:?] OF Geometric_model; |
| Draughting_model (Associative_draughting_elements_arm) |
| Mechanical_design_presentation_representation_with_draughting (Mechanical_design_presentation_representation_with_draughting_arm) |
| Mechanical_design_shaded_styled_model (Mechanical_design_shaded_presentation_arm) |
| Mechanical_representation_styled_model (Mechanical_design_geometric_presentation_arm) |
| Text_string_representation (Associative_text_arm) |
| View (Presentation_hierarchy_arm) |
| View_area (Presentation_hierarchy_arm) |
| ph_styled_model_subtypes (Presentation_hierarchy_arm) |
Global rules for this entity data type- |