Overview Schemas Index

automotive_design         


ENTITY hole_bottom
          SUBTYPE OF (shape_aspect);
WHERE
          WR1: 'AUTOMOTIVE_DESIGN.'+ 'FEATURE_COMPONENT_DEFINITION' IN
     TYPEOF ( SELF.of_shape. definition );
          WR2: SELF.description IN ['through' , 'flat' , 'flat with  taper'
     ,                      'flat with radius' , 'spherical' , 'conical'];
          WR3: NOT ( SELF.description IN ['through' , 'flat'] ) OR (
     SIZEOF (
     get_shape_aspect_property_definition_representations ( SELF
     ) ) =0 );
          WR4: NOT ( SELF.description IN  [ 'flat with  radius' ,
     'flat with taper' , 'spherical' , 'conical'] ) OR ( SIZEOF
     ( QUERY ( pdr <*
     get_shape_aspect_property_definition_representations ( SELF
     ) | ( 'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF ( pdr.
     used_representation ) ) ) ) =1 );
          WR5: ( SELF.description<> 'flat with taper' ) OR ( SIZEOF  (
     QUERY ( pdr <*
     get_shape_aspect_property_definition_representations ( SELF
     ) | ( 'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF ( pdr.
     used_representation ) ) AND ( SIZEOF ( pdr.
     used_representation.items ) =2 ) ) ) =1 );
          WR6: ( SELF.description<>'conical' ) OR ( SIZEOF  ( QUERY ( pdr
     <* get_shape_aspect_property_definition_representations (
     SELF ) | ( 'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF ( pdr.
     used_representation ) ) AND {1<= SIZEOF ( pdr.
     used_representation.items ) <=2} ) ) =1 );
          WR7: NOT ( SELF.description IN  [ 'flat with radius' ,
     'spherical'] ) OR ( SIZEOF  ( QUERY ( pdr <*
     get_shape_aspect_property_definition_representations ( SELF
     ) | ( 'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF ( pdr.
     used_representation ) ) AND ( SIZEOF ( pdr.
     used_representation.items ) =1 ) ) ) =1 );
          WR8: ( SELF.description<> 'flat with radius' ) OR ( SIZEOF  (
     QUERY  ( pdr <*
     get_shape_aspect_property_definition_representations ( SELF
     ) | ( 'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF ( pdr.
     used_representation ) ) AND ( SIZEOF  ( QUERY ( i <* pdr.
     used_representation.items | ( i.name= 'corner radius' ) AND
     ( SIZEOF ( ['AUTOMOTIVE_DESIGN.'+
     'MEASURE_REPRESENTATION_ITEM' , 'AUTOMOTIVE_DESIGN.'+
     'LENGTH_MEASURE_WITH_UNIT']*TYPEOF ( i ) ) =2 ) ) ) =1 ) )
     ) =1 );
          WR9: ( SELF.description<>'spherical' ) OR ( SIZEOF  ( QUERY  (
     pdr <* get_shape_aspect_property_definition_representations
     ( SELF ) | ( 'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF ( pdr.
     used_representation ) ) AND  ( SIZEOF  ( QUERY ( i <* pdr.
     used_representation.items | ( i.name='radius' ) AND (
     SIZEOF ( ['AUTOMOTIVE_DESIGN.'+
     'MEASURE_REPRESENTATION_ITEM' , 'AUTOMOTIVE_DESIGN.'+
     'LENGTH_MEASURE_WITH_UNIT']*TYPEOF ( i ) ) =2 ) ) ) =1 ) )
     ) =1 );
          WR10: ( SELF.description<>'conical' ) OR ( SIZEOF  ( QUERY  ( pdr
     <* get_shape_aspect_property_definition_representations (
     SELF ) | ( 'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF ( pdr.
     used_representation ) ) AND  ( SIZEOF  ( QUERY ( i <* pdr.
     used_representation.items | ( i.name= 'tip radius' ) AND (
     SIZEOF ( ['AUTOMOTIVE_DESIGN.'+
     'MEASURE_REPRESENTATION_ITEM' , 'AUTOMOTIVE_DESIGN.'+
     'LENGTH_MEASURE_WITH_UNIT']*TYPEOF ( i ) ) =2 ) ) ) <=1 ) )
     ) =1 );
          WR11: ( SELF.description<>'conical' ) OR ( SIZEOF  ( QUERY  ( pdr
     <* get_shape_aspect_property_definition_representations (
     SELF ) | ( 'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF ( pdr.
     used_representation ) ) AND  ( SIZEOF  ( QUERY ( i <* pdr.
     used_representation.items | ( i.name= 'tip angle' ) AND (
     SIZEOF ( ['AUTOMOTIVE_DESIGN.'+
     'MEASURE_REPRESENTATION_ITEM' , 'AUTOMOTIVE_DESIGN.'+
     'PLANE_ANGLE_MEASURE_WITH_UNIT']*TYPEOF ( i ) ) =2 ) ) ) =1
     ) ) ) =1 );
          WR12: ( SELF.description<> 'flat with taper' ) OR ( SIZEOF  (
     QUERY  ( pdr <*
     get_shape_aspect_property_definition_representations ( SELF
     ) | ( 'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF ( pdr.
     used_representation ) ) AND  ( SIZEOF  ( QUERY ( i <* pdr.
     used_representation.items | ( i.name= 'final diameter' )
     AND ( SIZEOF ( ['AUTOMOTIVE_DESIGN.'+
     'MEASURE_REPRESENTATION_ITEM' , 'AUTOMOTIVE_DESIGN.'+
     'LENGTH_MEASURE_WITH_UNIT']*TYPEOF ( i ) ) =2 ) ) ) =1 ) )
     ) =1 );
          WR13: ( SELF.description<> 'flat with taper' ) OR ( SIZEOF  (
     QUERY  ( pdr <*
     get_shape_aspect_property_definition_representations ( SELF
     ) | ( 'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF ( pdr.
     used_representation ) ) AND  ( SIZEOF  ( QUERY ( i <* pdr.
     used_representation.items | ( i.name= 'taper diameter' )
     AND ( SIZEOF ( ['AUTOMOTIVE_DESIGN.'+
     'MEASURE_REPRESENTATION_ITEM' , 'AUTOMOTIVE_DESIGN.'+
     'PLANE_ANGLE_MEASURE_WITH_UNIT']*TYPEOF ( i ) ) =2 ) ) ) =1
     ) ) ) =1 );
          WR14: SIZEOF ( QUERY ( sar <* USEDIN ( SELF ,
     'AUTOMOTIVE_DESIGN.'+'SHAPE_ASPECT_RELATIONSHIP.'+
     'RELATING_SHAPE_ASPECT' ) | ( 'AUTOMOTIVE_DESIGN.'+
     'FEATURE_COMPONENT_RELATIONSHIP' IN TYPEOF ( sar ) ) AND  (
     sar. description = 'hole bottom usage' ) AND ( sar.
     related_shape_aspect.description =
     'bottom condition occurrence' ) ) ) =1;
          WR15: ( SELF.description ='through' ) OR ( SIZEOF ( QUERY ( sar
     <* USEDIN ( SELF ,
     'AUTOMOTIVE_DESIGN.'+'SHAPE_ASPECT_RELATIONSHIP.'+
     'RELATING_SHAPE_ASPECT' ) | ( 'AUTOMOTIVE_DESIGN.'+
     'FEATURE_COMPONENT_RELATIONSHIP' IN  TYPEOF ( sar ) ) AND (
     sar. name IN [ 'starting' , 'ending' ] ) )
     ) =1 );
END_ENTITY; -- hole_bottom

Entity data types and their attributes

shape_aspect
          name: label;
          (OPT) description: text;
          of_shape: product_definition_shape;
          product_definitional: LOGICAL;
          (DER) id: identifier;
hole_bottom
          -

Users

shape_aspect
          analysis_item.items
                    analysed_item
                              upfrompm_ap233_analysed_item
                                        groupable_item
                                                  nfuv_groupable_item
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  design_pdm_requirement_assigned_item
          applied_action_request_assignment.items
                    action_request_item
                              automotive_design_action_request_item
          applied_certification_assignment.items
                    certification_item
                              upfrompm_ap233_certification_item
                                        groupable_item
                                                  cc3dpa_groupable_item
          applied_classification_assignment.items
                    classification_item
                              classification_item_236cc1
          applied_document_reference.items
                    document_reference_item
                              ap239_prdi_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              ap239_prdi_document_reference_item
          applied_effectivity_assignment.items
                    effectivity_item
                              automotive_design_effectivity_item
          applied_experience_type_assignment.items
                    experience_type_item
                              upfrompm_ap233_experience_type_item
                                        groupable_item
                                                  acpr_groupable_item
          applied_group_assignment.items
                    groupable_item
                              cc3dpa_groupable_item
          applied_ineffectivity_assignment.items
                    effectivity_item
                              automotive_design_effectivity_item
          applied_person_type_assignment.items
                    person_type_item
                              upfromsm_ap233_person_type_item
                                        groupable_item
                                                  acpr_groupable_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        pdm_document_reference_item
          attribute_language_assignment.items
                    attribute_language_item
                              automotive_design_attribute_language_item
          cc_design_specification_reference.items
                    cc_specified_item
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          dimensional_location_with_path.path
          dimensional_size.applies_to
          dimensional_size_with_path.path
          draughting_model_item_association.definition
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          geometric_item_specific_usage.definition
          geometric_tolerance.toleranced_shape_aspect
          id_attribute.identified_item
                    id_attribute_select
          item_identified_representation_usage.definition
                    represented_definition
          kinematic_property_definition.ground_definition
                    characterized_definition
                              shape_definition
          material_designation.definitions
                    characterized_definition
                              shape_definition
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              automotive_design_multi_language_attribute_item
          passage_technology.definition
                    characterized_definition
                              shape_definition
          process_property_association.property_or_shape
                    property_or_shape_select
                              shape_definition
          projected_zone_definition.projection_end
          property_definition.definition
                    characterized_definition
                              shape_definition
          property_definition_representation.definition
                    represented_definition
          requirement_assigned_object.items
                    requirement_assigned_item
                              design_pdm_requirement_assigned_item
          shape_aspect_relationship.related_shape_aspect
          shape_aspect_relationship.relating_shape_aspect
          source_for_requirement.items
                    requirement_source_item
                              design_pdm_requirement_source_item
          stratum_technology.definition
                    characterized_definition
                              shape_definition
          tolerance_zone_definition.boundaries
          usage_concept_usage_relationship.definition
          verification_evidence.items
                    verification_evidence_item
                              smpushup_ap233_verification_evidence_item
                                        groupable_item
                                                  cc3dpa_groupable_item
hole_bottom

Global rules for this entity data type

          -