|
ENTITY Design_view_level_non_feature_shape_model SUBTYPE OF (Non_feature_shape_model); SELF\Non_feature_shape_model.model_shape : Physical_unit_shape_model; WHERE WR1: SELF\Geometric_model.context_of_items :=: SELF\Non_feature_shape_model.model_shape\Geometric_model.context_of_items; WR2: SIZEOF(USEDIN(SELF, 'EXTENDED_BASIC_GEOMETRY_ARM.GEOMETRIC_MODEL_RELATIONSHIP.REP_1')) = 0; WR3: SIZEOF(USEDIN(SELF, 'CONTEXTUAL_SHAPE_POSITIONING_ARM.GEOMETRIC_PLACEMENT_OPERATION.TEMPLATE_DEFINITION')) = 0; WR4: SELF\Non_feature_shape_model.associated_element.scope :=: SELF\Non_feature_shape_model.model_shape\Physical_unit_shape_model.shape_characterized_definition; END_ENTITY; -- Design_view_level_non_feature_shape_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; Geometric_model (OPT) version_id: STRING; (OPT) model_extent: length_measure; (RT) context_of_items: Geometric_coordinate_space; (RT) items: SET [1:?] OF Detailed_geometric_model_element; Non_feature_shape_model associated_element: Non_feature_shape_element; (OPT) model_shape: Geometric_model; Design_view_level_non_feature_shape_model (RT) model_shape: Physical_unit_shape_model; |
Global rules for this entity data type- |