|
ENTITY View_area SUBTYPE OF (Styled_model); size : Planar_box; SELF\Representation.items : SET [1:?] OF view_area_element_select; WHERE WR1: SELF\Representation.context_of_items\Geometric_coordinate_space.dimension_count = 2; END_ENTITY; -- View_area |
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; View_area size: Planar_box; (RT) items: SET [1:?] OF view_area_element_select; |
| Drawing_sheet (Drawing_definition_arm) |
| Mechanical_design_shaded_presentation_area (Mechanical_design_shaded_presentation_arm) |
| Mechanical_design_view_area (Mechanical_design_geometric_presentation_arm) |
| Picture_representation (Picture_representation_arm) |
Global rules for this entity data type- |