|
ENTITY Layout_spacing_contextual_area SUBTYPE OF (Non_feature_shape_element); reference_surface : Interconnect_module_component_surface_feature; SELF\Non_feature_shape_element.scope : Assembly_module_design_view; WHERE WR1: (SIZEOF(SELF\Non_feature_shape_element.element_shape) = 0) OR (SIZEOF(QUERY(es <* SELF\Non_feature_shape_element.element_shape | NOT ('CONSTRUCTION_GEOMETRY_ARM.CONSTRUCTIVE_GEOMETRY' IN TYPEOF(es)) )) = 0); END_ENTITY; -- Layout_spacing_contextual_area |
Entity data types and their attributesShape_element(OPT) id: STRING; (OPT) element_name: STRING; (OPT) description: STRING; containing_shape: Item_shape; Non_feature_shape_element (RT) element_name: STRING; (RT) containing_shape->scope: ee_product_definition_with_annotation_elements; (INV) element_shape: SET [0:?] OF Non_feature_shape_model FOR associated_element; (INV) associated_usage_concept: SET [0:?] OF Usage_concept_usage_relationship FOR associated_usage; Layout_spacing_contextual_area reference_surface: Interconnect_module_component_surface_feature; (RT) scope: Assembly_module_design_view; |
Global rules for this entity data type- |