ENTITY composite_hole

(* SCHEMA feature_based_process_planning; *)
  ENTITY composite_hole
    SUBTYPE OF (compound_feature);
    WHERE
      wr1: SELF\characterized_object.description IN ['counterbore',
               'countersunk'];
      wr2: SIZEOF(QUERY ( pds <* USEDIN(SELF,'FEATURE_BASED_PROCESS_PLANNING.PROPERTY_DEFINITION.DEFINITION')
                | ((
               'FEATURE_BASED_PROCESS_PLANNING.PRODUCT_DEFINITION_SHAPE' IN
                TYPEOF(pds)) AND (SIZEOF(QUERY ( csa <* USEDIN(pds,
               'FEATURE_BASED_PROCESS_PLANNING.SHAPE_ASPECT.OF_SHAPE') | ((
               'FEATURE_BASED_PROCESS_PLANNING.COMPOSITE_SHAPE_ASPECT' IN 
               TYPEOF(csa)) AND (SIZEOF(QUERY ( sar <* csa.
               component_relationships | (('FEATURE_BASED_PROCESS_PLANNING.FEATURE_COMPONENT_RELATIONSHIP' 
               IN TYPEOF(sar)) AND (
               'FEATURE_BASED_PROCESS_PLANNING.ROUND_HOLE' IN TYPEOF(sar.
               related_shape_aspect))) )) = 2)) )) = 1)) )) = 1;
      wr3: (NOT (SELF\characterized_object.description = 'countersunk')) 
               OR (SIZEOF(QUERY ( pds <* USEDIN(SELF,'FEATURE_BASED_PROCESS_PLANNING.PROPERTY_DEFINITION.DEFINITION')
                | ((
               'FEATURE_BASED_PROCESS_PLANNING.PRODUCT_DEFINITION_SHAPE' IN
                TYPEOF(pds)) AND (SIZEOF(QUERY ( csa <* USEDIN(pds,
               'FEATURE_BASED_PROCESS_PLANNING.SHAPE_ASPECT.OF_SHAPE') | ((
               'FEATURE_BASED_PROCESS_PLANNING.COMPOSITE_SHAPE_ASPECT' IN 
               TYPEOF(csa)) AND (SIZEOF(QUERY ( sar <* csa.
               component_relationships | ((
               'FEATURE_BASED_PROCESS_PLANNING.ROUND_HOLE' IN TYPEOF(sar.
               related_shape_aspect)) AND (NOT (SIZEOF(QUERY ( pds <* 
               QUERY ( pd <* USEDIN(sar.related_shape_aspect,'FEATURE_BASED_PROCESS_PLANNING.PROPERTY_DEFINITION.DEFINITION')
                | (
               'FEATURE_BASED_PROCESS_PLANNING.PRODUCT_DEFINITION_SHAPE' IN
                TYPEOF(pd)) ) | (NOT (SIZEOF(QUERY ( sa_occ <* USEDIN(pds,
               'FEATURE_BASED_PROCESS_PLANNING.SHAPE_ASPECT.OF_SHAPE') | ((
               sa_occ.description = 'change in diameter occurrence') AND (
               SIZEOF(QUERY ( fcr2 <* QUERY ( sar2 <* USEDIN(sa_occ,'FEATURE_BASED_PROCESS_PLANNING.SHAPE_ASPECT_RELATIONSHIP.RELATING_SHAPE_ASPECT')
                | ((sar2.description = 'taper usage') AND ('FEATURE_BASED_PROCESS_PLANNING.FEATURE_COMPONENT_RELATIONSHIP' 
               IN TYPEOF(sar2))) ) | (
               'FEATURE_BASED_PROCESS_PLANNING.TAPER' IN TYPEOF(fcr2.
               related_shape_aspect)) )) = 1)) )) = 0)) )) = 0))) )) = 1)) )) 
               = 1)) )) = 1);
  END_ENTITY; -- composite_hole

Explicit Attributes

Entity composite_hole has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)characterized_object
 descriptiontext (STRING)characterized_object

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity composite_hole inherits from the following supertypes:
  characterized_object
    feature_definition
      compound_feature

Subtypes

    No subtypes

Referenced By

Entity composite_hole and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 boss ENTITY characterized_object
 characterized_definition SELECT characterized_object
 composite_hole ENTITY characterized_object
 compound_feature ENTITY characterized_object
 externally_defined_feature_definition ENTITY characterized_object
 gear ENTITY characterized_object
 outer_round ENTITY characterized_object
 pocket ENTITY characterized_object
 revolved_profile ENTITY characterized_object
 subtype_mandatory_characterized_object RULE characterized_object
 turned_knurl ENTITY characterized_object


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:01-04:00