ENTITY composite_hole

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
ENTITY composite_hole
SUBTYPE OF (compound_feature);
WHERE
  wr1 : SELF\characterized_object.description IN ['counterbore', 'countersunk']
    ;
  wr2 : SIZEOF(QUERY(sa <* get_shape_aspects(SELF) | ('AUTOMOTIVE_DESIGN.'
     + 'COMPOSITE_SHAPE_ASPECT' IN TYPEOF(sa)) AND (sa.name = 
    'compound feature in solid') AND (SIZEOF(QUERY(sar <* USEDIN(sa, 
    'AUTOMOTIVE_DESIGN.SHAPE_ASPECT_RELATIONSHIP.RELATING_SHAPE_ASPECT') | 
    'AUTOMOTIVE_DESIGN.' + 'FEATURE_COMPONENT_RELATIONSHIP' IN TYPEOF(sar)))
     = 2))) = 1;
  wr3 : SIZEOF(QUERY(sa <* get_shape_aspects(SELF) | ('AUTOMOTIVE_DESIGN.'
     + 'COMPOSITE_SHAPE_ASPECT' IN TYPEOF(sa)) AND (sa.name = 
    'compound feature in solid') AND (SIZEOF(QUERY(sar <* USEDIN(sa, 
    'AUTOMOTIVE_DESIGN.SHAPE_ASPECT_RELATIONSHIP.RELATING_SHAPE_ASPECT') | 
    'AUTOMOTIVE_DESIGN.' + 'FEATURE_COMPONENT_RELATIONSHIP' IN TYPEOF(sar)))
     = 2) AND (SIZEOF(get_round_holes_for_composite_hole(bag_to_set(USEDIN(sa, 
    'AUTOMOTIVE_DESIGN.SHAPE_ASPECT_RELATIONSHIP.RELATING_SHAPE_ASPECT'))))
     = 2))) = 1;
  wr4 : SIZEOF(QUERY(sa <* get_shape_aspects(SELF) | ('AUTOMOTIVE_DESIGN.'
     + 'COMPOSITE_SHAPE_ASPECT' IN TYPEOF(sa)) AND (sa.name = 
    'compound feature in solid') AND (SIZEOF(QUERY(rh1 <* 
    get_round_holes_for_composite_hole(bag_to_set(USEDIN(sa, 
    'AUTOMOTIVE_DESIGN.SHAPE_ASPECT_RELATIONSHIP.RELATING_SHAPE_ASPECT')))
     | SIZEOF(QUERY(rh2 <* get_round_holes_for_composite_hole(bag_to_set(USEDIN
    (sa, 'AUTOMOTIVE_DESIGN.SHAPE_ASPECT_RELATIONSHIP.RELATING_SHAPE_ASPECT'
    ))) | (rh1 :<>: rh2) AND (get_diameter_for_round_hole(rh1) = 
    get_diameter_for_round_hole(rh2)))) = 0)) = 0))) = 1;
  wr5 : (SELF.description <> 'countersunk') OR (SIZEOF(QUERY(sa <* 
    get_shape_aspects(SELF) | ('AUTOMOTIVE_DESIGN.' + 
    'COMPOSITE_SHAPE_ASPECT' IN TYPEOF(sa)) AND (sa.name = 
    'compound feature in solid') AND (SIZEOF(QUERY(rh <* 
    get_round_holes_for_composite_hole(bag_to_set(USEDIN(sa, 
    'AUTOMOTIVE_DESIGN.SHAPE_ASPECT_RELATIONSHIP.RELATING_SHAPE_ASPECT')))
     | SIZEOF(QUERY(sa1 <* get_shape_aspects(rh) | (sa.description = 
    'change in diameter occurrence') AND (SIZEOF(QUERY(sar <* USEDIN(sa1, 
    'AUTOMOTIVE_DESIGN.SHAPE_ASPECT_RELATIONSHIP.RELATED_SHAPE_ASPECT') | (
    sar.description = 'taper usage') AND ('AUTOMOTIVE_DESIGN.' + 'TAPER' IN 
    TYPEOF(sar.relating_shape_aspect)))) = 1))) = 1)) = 1))) = 1);
END_ENTITY; -- 10303-214: automotive_design

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
 bead_end ENTITY characterized_object
 characterized_definition SELECT characterized_object
 classification_item SELECT feature_definition
 composite_hole ENTITY characterized_object
 compound_features_of_equal_type RULE compound_feature
 document_file ENTITY characterized_object
 document_reference_item SELECT feature_definition
 joggle_termination ENTITY characterized_object
 pocket_bottom ENTITY characterized_object
 slot_end ENTITY characterized_object
 subtype_exclusiveness_characterized_object RULE characterized_object
 subtype_exclusiveness_feature_definition RULE feature_definition


[Top Level Definitions] [Exit]

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