ENTITY composite_hole

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

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
 restrict_unneeded_feature_usage RULE feature_definition
 revolved_profile ENTITY characterized_object
 turned_knurl ENTITY characterized_object


[Top Level Definitions]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:17-02:00