Overview Schemas Index

aic_manifold_subsurface         


ENTITY manifold_subsurface_shape_representation
          SUBTYPE OF (shape_representation);
WHERE
          WR1: SIZEOF (QUERY (it <* SELF.items |
          NOT (SIZEOF (['AIC_MANIFOLD_SUBSURFACE.CONNECTED_FACE_SUB_SET',
                'AIC_MANIFOLD_SUBSURFACE.MAPPED_ITEM',
                'AIC_MANIFOLD_SUBSURFACE.AXIS2_PLACEMENT_3D'] *
                   TYPEOF(it)) = 1))) = 0;
          WR2: SIZEOF (QUERY (it <* SELF.items |
         SIZEOF(['AIC_MANIFOLD_SUBSURFACE.CONNECTED_FACE_SUB_SET',
         'AIC_MANIFOLD_SUBSURFACE.MAPPED_ITEM'] * TYPEOF(it)) =1 )) > 0;
          WR3: SIZEOF (QUERY (mi <*  QUERY (it <* items |
                 'AIC_MANIFOLD_SUBSURFACE.MAPPED_ITEM' IN TYPEOF(it)) |
   NOT ('AIC_MANIFOLD_SUBSURFACE.MANIFOLD_SUBSURFACE_SHAPE_REPRESENTATION' IN
             TYPEOF(mi\mapped_item.mapping_source.
                           mapped_representation)))) = 0;
          WR4: SIZEOF (QUERY (cfss <* QUERY (it <* SELF.items |
           'AIC_MANIFOLD_SUBSURFACE.CONNECTED_FACE_SUB_SET' IN  TYPEOF(it)) |
          NOT('AIC_MANIFOLD_SUBSURFACE.OPEN_SHELL' IN TYPEOF(cfss)))) = 0;
          WR5: SIZEOF (QUERY (cfss <* QUERY (it <* SELF.items |
           'AIC_MANIFOLD_SUBSURFACE.CONNECTED_FACE_SUB_SET' IN  TYPEOF(it)) |
          NOT( (('AIC_MANIFOLD_SUBSURFACE.CONNECTED_FACE_SUB_SET' IN
                   TYPEOF(cfss\connected_face_sub_set.parent_face_set))AND
           (SIZEOF(QUERY(fac <* cfss\connected_face_sub_set.parent_face_set\connected_face_set.cfs_faces | NOT
                 advanced_face_properties(fac))) = 0)) OR
            (SIZEOF(QUERY(fac <* cfss\connected_face_sub_set.parent_face_set\connected_face_set.cfs_faces | NOT
              ('AIC_MANIFOLD_SUBSURFACE.ADVANCED_FACE' IN TYPEOF(fac)))) = 0)
                    ))) = 0;
          WR6: SIZEOF (QUERY (cfss <* QUERY (it <* SELF.items |
           'AIC_MANIFOLD_SUBSURFACE.CONNECTED_FACE_SUB_SET' IN TYPEOF(it)) |
          ( SIZEOF (QUERY (fac <* cfss\connected_face_set.cfs_faces  | NOT
              advanced_face_properties(fac))) = 0))) = 0;
          WR7: SIZEOF (QUERY (cfss <* QUERY  (it <* SELF.items |
          'AIC_MANIFOLD_SUBSURFACE.CONNECTED_FACE_SUB_SET' IN  TYPEOF(it)) |
             NOT  (SIZEOF (QUERY(fcs <* cfss\connected_face_set.cfs_faces |
               ('AIC_MANIFOLD_SUBSURFACE.SUBFACE' IN  TYPEOF(fcs)) AND
            NOT  (SIZEOF(QUERY (elp_fbnds <* QUERY (bnds <* fcs.bounds |
         'AIC_MANIFOLD_SUBSURFACE.EDGE_LOOP' IN TYPEOF(bnds.bound)) |
                NOT (SIZEOF (QUERY (oe <* elp_fbnds.bound\path.edge_list |
                  NOT(('AIC_MANIFOLD_SUBSURFACE.EDGE_CURVE' IN
            TYPEOF(oe.edge_element)) OR
           ('AIC_MANIFOLD_SUBSURFACE.SUBEDGE' IN
            TYPEOF(oe.edge_element)) ))) = 0
                   ))) = 0
                 ))) = 0
             ))) = 0;
          WR8: SIZEOF (QUERY (cfss <* QUERY  (it <* SELF.items |
           'AIC_MANIFOLD_SUBSURFACE.CONNECTED_FACE_SUB_SET' IN  TYPEOF(it)) |
             NOT  (SIZEOF (QUERY(fcs <* cfss\connected_face_set.cfs_faces |
           ('AIC_MANIFOLD_SUBSURFACE.SUBFACE' IN  TYPEOF(fcs)) AND
               NOT  (SIZEOF(QUERY (elp_fbnds <* QUERY (bnds <* fcs.bounds |
         'AIC_MANIFOLD_SUBSURFACE.EDGE_LOOP' IN  TYPEOF(bnds.bound)) |
                 NOT (SIZEOF (QUERY (oe <* elp_fbnds.bound\path.edge_list |
          NOT(('AIC_MANIFOLD_SUBSURFACE.VERTEX_POINT' IN TYPEOF(oe.edge_start))
                AND ('AIC_MANIFOLD_SUBSURFACE.VERTEX_POINT' IN
                 TYPEOF(oe.edge_end))
            ))) = 0
              ))) = 0
               ))) = 0
                   ))) = 0;
          WR9: SIZEOF (QUERY (cfss <* QUERY (it <* SELF.items |
           'AIC_MANIFOLD_SUBSURFACE.CONNECTED_FACE_SUB_SET' IN  TYPEOF(it)) |
             NOT  (SIZEOF (QUERY(fcs <* cfss\connected_face_set.cfs_faces |
              ( 'AIC_MANIFOLD_SUBSURFACE.SUBFACE' IN TYPEOF(fcs)) AND
              ( NOT  (SIZEOF(QUERY  (bnds <* fcs.bounds |
         NOT (SIZEOF (['AIC_MANIFOLD_SUBSURFACE.EDGE_LOOP',
                'AIC_MANIFOLD_SUBSURFACE.VERTEX_LOOP'] *
                   TYPEOF(bnds.bound)) = 1 )
                   )) = 0)
                 ))) = 0
             ))) = 0;
          WR10: SIZEOF (QUERY (cfss <* QUERY  (it <* SELF.items |
           'AIC_MANIFOLD_SUBSURFACE.CONNECTED_FACE_SUB_SET' IN  TYPEOF(it)) |
             NOT  (SIZEOF (QUERY(fcs <* cfss\connected_face_set.cfs_faces |
              ( 'AIC_MANIFOLD_SUBSURFACE.SUBFACE' IN  TYPEOF(fcs)) AND
              ( NOT  (SIZEOF(QUERY (elp_fbnds <* QUERY (bnds <* fcs.bounds |
         'AIC_MANIFOLD_SUBSURFACE.EDGE_LOOP' IN TYPEOF(bnds.bound)) |
                 NOT  (SIZEOF (QUERY (oe <* elp_fbnds.bound\path.edge_list |
                   NOT (SIZEOF (['AIC_MANIFOLD_SUBSURFACE.LINE',
                         'AIC_MANIFOLD_SUBSURFACE.CONIC',
                         'AIC_MANIFOLD_SUBSURFACE.POLYLINE',
                         'AIC_MANIFOLD_SUBSURFACE.SURFACE_CURVE',
                         'AIC_MANIFOLD_SUBSURFACE.B_SPLINE_CURVE' ] *
            TYPEOF(oe.edge_element\edge_curve.edge_geometry)) = 1 )
               )) = 0
               ))) = 0
                 )))) = 0
                    ))) = 0;
          WR11: SIZEOF (QUERY (cfss <* QUERY  (it <* SELF.items |
           'AIC_MANIFOLD_SUBSURFACE.CONNECTED_FACE_SUB_SET' IN  TYPEOF(it)) |
             NOT  (SIZEOF (QUERY(fcs <* cfss\connected_face_set.cfs_faces |
              ( 'AIC_MANIFOLD_SUBSURFACE.SUBFACE' IN  TYPEOF(fcs)) AND
               (NOT (SIZEOF(QUERY (elp_fbnds <* QUERY (bnds <* fcs.bounds |
         'AIC_MANIFOLD_SUBSURFACE.EDGE_LOOP' IN TYPEOF(bnds.bound)) |
                NOT  (SIZEOF (QUERY (oe <* elp_fbnds.bound\path.edge_list |
                   ('AIC_MANIFOLD_SUBSURFACE.SURFACE_CURVE' IN
            TYPEOF(oe.edge_element\edge_curve.edge_geometry)) AND
            (NOT ((SIZEOF (QUERY (sc_ag <*
            oe.edge_element\edge_curve.edge_geometry\
            surface_curve.associated_geometry |
            NOT ('AIC_TOPOLOGICALLY_BOUNDED_SURFACE.PCURVE' IN
            TYPEOF(sc_ag)))) = 0)))
               )) = 0
               ))) = 0
                   )))) = 0
                    ))) = 0;
          WR12: SIZEOF (QUERY (cfss <* QUERY  (it <* SELF.items |
           'AIC_MANIFOLD_SUBSURFACE.CONNECTED_FACE_SUB_SET' IN  TYPEOF(it)) |
             NOT  (SIZEOF (QUERY(fcs <* cfss\connected_face_set.cfs_faces |
              ( 'AIC_MANIFOLD_SUBSURFACE.SUBFACE' IN  TYPEOF(fcs)) AND
               (NOT (SIZEOF(QUERY (elp_fbnds <* QUERY (bnds <* fcs.bounds |
         'AIC_MANIFOLD_SUBSURFACE.EDGE_LOOP' IN TYPEOF(bnds.bound)) |
                NOT (SIZEOF (QUERY (oe <* elp_fbnds.bound\path.edge_list |
                   ('AIC_MANIFOLD_SUBSURFACE.POLYLINE' IN
            TYPEOF(oe.edge_element\edge_curve.edge_geometry)) AND
            (NOT (SIZEOF (oe\oriented_edge.edge_element\
                  edge_curve.edge_geometry\polyline.points) >= 3))
               )) = 0
               ))) = 0
                   )))) = 0
                    ))) = 0;
END_ENTITY; -- manifold_subsurface_shape_representation

Entity data types and their attributes

representation
          name: label;
          items: SET [1:?] OF representation_item;
          context_of_items: representation_context;
          (DER) id: identifier;
          (DER) description: text;
shape_representation
          -
manifold_subsurface_shape_representation
          -

Users: by entity attributes

representation
          action_property_representation.representation
          analysis_item_within_representation.rep
          analytical_model_port.used_representation
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  document_reference_item
                                                            c_document_reference_item
          applied_action_method_assignment.items
                    action_method_items
                              condition_action_method_items
                                        ss_condition_action_method_items
                                                  pmri_condition_action_method_items
          applied_approval_assignment.items
                    approval_item
                              device_marking_approval_item
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_props_attribute_classification_item
          applied_classification_assignment.items
                    classification_item
                              ap239_props_classification_item
          applied_contract_assignment.items
                    contract_item
                              ss_contract_item
                                        pmri_contract_item
                                                  organization_item
                                                            mri_organization_item
                                                                      requirement_mri_organization_item
          applied_date_and_time_assignment.items
                    date_and_time_item
                              tsr_date_and_time_item
          applied_date_assignment.items
                    date_item
                              pdm_date_item
                                        syss_date_item
          applied_description_text_assignment.items
                    description_item
                              sbb_description_item
          applied_document_reference.items
                    document_reference_item
                              egt_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              pdm_document_reference_item
                                        syss_document_reference_item
          applied_event_occurrence_assignment.items
                    event_occurrence_item
                              requirement_event_occurrence_item
                                        ds_event_occurrence_item
          applied_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        fbb_collection_membership_groupable_item
          applied_identification_assignment.items
                    identification_item
                              tsr_identification_item
          applied_location_representation_assignment.items
                    location_representation_item
          applied_organization_assignment.items
                    organization_item
                              rm_organization_item
          applied_organizational_project_assignment.items
                    project_item
                              syss_project_item
          applied_person_and_organization_assignment.items
                    person_and_organization_item
                              rm_person_and_organization_item
          applied_state_type_assignment.items
                    state_type_of_item
                              ss_state_type_of_item
                                        pb_state_type_of_item
                                                  prjm_state_type_of_item
                                                            prgm_state_type_of_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        document_reference_item
                                                  automotive_design_document_reference_item
          attribute_language_assignment.items
                    attribute_language_item
                              pdm_attribute_language_item
                                        syss_attribute_language_item
                                                  sysm_attribute_language_item
          chain_based_item_identified_representation_usage.leaf
          chain_based_item_identified_representation_usage.nodes
          chain_based_item_identified_representation_usage.root
          characterized_chain_based_item_within_representation.leaf
          characterized_chain_based_item_within_representation.nodes
          characterized_chain_based_item_within_representation.root
          characterized_item_within_representation.rep
          context_dependent_over_riding_styled_item.style_context
                    style_context_select
          current_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        project_item
                                                  ss_project_item
                                                            pb_project_item
                                                                      prjm_project_item
          description_attribute.described_item
                    description_attribute_select
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          evidence.items
                    evidence_item
                              ds_evidence_item
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          id_attribute.identified_item
                    id_attribute_select
          invisibility.invisible_items
                    invisible_item
          item_identified_representation_usage.used_representation
          justification_item_group_assignment.items
                    justification_item
                              ds_justification_item
          language_assignment.items
                    language_item
          message_contents_assignment.items
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              tsr_multi_language_attribute_item
          occlusion_precedence.occlusion_context
          presentation_style_by_context.style_context
                    style_context_select
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        project_item
                                                  syss_project_item
          property_definition_representation.used_representation
          representation_map.mapped_representation
          representation_relationship.rep_1
          representation_relationship.rep_2
          requirement_assigned_object.items
                    requirement_assigned_item
                              design_pdm_requirement_assigned_item
          resource_property_representation.representation
          retention_assignment.items
                    retention_item
          risk_attitude.criticality_factor
          risk_identification_inputs.items
                    risk_perception_source_item
                              rm_risk_perception_source_item
          risk_impact_assignment.items
                    risk_impact_item
                              rm_risk_impact_item
          risk_perception_source_assignment.items
                    risk_perception_source_item
                              rm_risk_perception_source_item
          same_as_external_item_assignment.items
                    same_as_item
                              ss_same_as_item
                                        prjm_same_as_item
          satisfying_item.items
                    requirement_satisfaction_item
                              requirement_assigned_item
                                        design_pdm_requirement_assigned_item
          variable_expression.property_associated
                    property_variable_rep_select
                              property_variable_rep_select_242
          variational_current_representation_relationship.current_result
shape_representation
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  identification_item
                                                            representation_identification_item
          applied_action_request_assignment.items
                    action_request_item
                              pdm_action_request_item
                                        design_pdm_action_request_item
          applied_approval_assignment.items
                    approval_item
                              automotive_design_approval_item
          applied_contract_assignment.items
                    contract_item
                              ss_contract_item
                                        pmri_contract_item
                                                  organization_item
                                                            automotive_design_organization_item
          applied_date_and_time_assignment.items
                    date_and_time_item
                              automotive_design_date_and_time_item
          applied_date_assignment.items
                    date_item
                              pdm_date_item
                                        design_pdm_date_item
          applied_effectivity_assignment.items
                    effectivity_item
                              design_pdm_effectivity_item
          applied_event_occurrence_assignment.items
                    event_occurrence_item
                              design_pdm_event_occurrence_item
          applied_external_identification_assignment.items
                    external_identification_item
                              pu3ds_external_identification_item
          applied_identification_assignment.items
                    identification_item
                              representation_identification_item
          applied_ineffectivity_assignment.items
                    effectivity_item
                              design_pdm_effectivity_item
          applied_organization_assignment.items
                    organization_item
                              organization_item_242
          applied_person_and_organization_assignment.items
                    person_and_organization_item
                              person_and_organization_item_242
          applied_security_classification_assignment.items
                    security_classification_item
                              automotive_design_security_classification_item
          applied_time_interval_assignment.items
                    time_interval_item
                              automotive_design_time_interval_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        identification_item
                                                  identification_item_203e2
          attribute_language_assignment.items
                    attribute_language_item
                              attribute_language_item_242
          constructive_geometry_representation_relationship.rep_1
                    constructive_geometry_representation_or_shape_represenation
          current_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      identification_item
                                                                                identification_item_242
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          explicit_procedural_shape_representation_relationship.rep_2
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          geometric_item_specific_usage.used_representation
                    shape_model
          geometry_reference.data
                    choose_geometry_location
          item_link_motion_relationship.rep_1
          kinematic_link_representation_association.rep_2
          link_motion_relationship.rep_1
                    link_or_shape_representation
          mechanical_design_and_draughting_relationship.rep_1
                    mechanical_design_and_draughting_relationship_select
          mechanical_design_and_draughting_relationship.rep_2
                    mechanical_design_and_draughting_relationship_select
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_242
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      requirement_assigned_item
                                                                                ptswp_requirement_assigned_item
          requirement_assigned_object.items
                    requirement_assigned_item
                              ptswp_requirement_assigned_item
          satisfying_item.items
                    requirement_satisfaction_item
                              requirement_assigned_item
                                        ptswp_requirement_assigned_item
          shape_data_quality_inspected_shape_and_result_relationship.rep_1
          usage_concept_usage_relationship.used_representation
          usage_view_connection_zone_terminal_shape_relationship.rep_1
          usage_view_connection_zone_terminal_shape_relationship.rep_2
manifold_subsurface_shape_representation

Users: by defined types, not used by any entity attribute

manifold_subsurface_shape_representation
          -

Global rules for this entity data type

          -