ENTITY counterbore_hole

(* SCHEMA ap238_arm_schema; *)
ENTITY counterbore_hole 	(* m1 *)
SUBTYPE OF (compound_feature);
WHERE
WR1: SIZEOF(elements) =2;
WR2: (SIZEOF(QUERY ( it <* SELF.elements |
     (('AP238_ARM_SCHEMA.ROUND_HOLE' IN TYPEOF(it))) )) = 2);
WR3: SELF.elements[1].diameter.theoretical_size <>
     SELF.elements[2].diameter.theoretical_size;
END_ENTITY;

Explicit Attributes

Entity counterbore_hole has the following local and inherited explicit attributes:
AttributeTypeDefined By
 its_ididentifier (STRING)manufacturing_feature
 its_workpieceworkpiece (ENTITY)manufacturing_feature
 its_operationsSET OF machining_operation (ENTITY)manufacturing_feature
 explicit_representationSET OF face (STRING)manufacturing_feature
 feature_placementaxis2_placement_3d (STRING)two5D_manufacturing_feature
 elementsSET OF compound_feature_select (SELECT)compound_feature
 feature_descriptiontext (STRING)compound_feature
 feature_namelabel (STRING)compound_feature

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity counterbore_hole inherits from the following supertypes:
  manufacturing_feature
    two5D_manufacturing_feature
      compound_feature

Subtypes

    No subtypes

Referenced By

Entity counterbore_hole and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 compound_feature ENTITY counterbore_hole
 compound_feature ENTITY manufacturing_feature
 general_pocket_bottom_condition ENTITY manufacturing_feature
 machining_workingstep ENTITY manufacturing_feature
 manufacturing_feature ENTITY two5D_manufacturing_feature
 replicate_feature ENTITY two5D_manufacturing_feature
 turning_workingstep ENTITY manufacturing_feature
 two5D_manufacturing_feature ENTITY compound_feature


[Top Level Definitions]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T09:54:01-05:00