ENTITY round_hole

(* SCHEMA ap238_arm_schema; *)
(* ************************************************************ *)
(* Round hole                                                   *)
(* ************************************************************ *)

ENTITY round_hole
  SUBTYPE OF (machining_feature);
  diameter:             toleranced_length_measure;
  change_in_diameter:   OPTIONAL taper_select;
  bottom_condition:     hole_bottom_condition;
  bottom_at_path_end:   OPTIONAL BOOLEAN;  -- ADDED BY 10303-238
  course_of_travel:     linear_path;       -- ADDED BY 10303-238

WHERE
  WR1:  EXISTS (bottom_at_path_end) OR 
        NOT ('AP238_ARM_SCHEMA.BLIND_BOTTOM_CONDITION' IN
              TYPEOF(bottom_condition));
END_ENTITY;

Explicit Attributes

Entity round_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
 depthelementary_surface (STRING)machining_feature
 diametertoleranced_length_measure (ENTITY)round_hole
 change_in_diametertaper_select (SELECT)round_hole
 bottom_conditionhole_bottom_condition (ENTITY)round_hole
 bottom_at_path_endBOOLEANround_hole
 course_of_travellinear_path (ENTITY)round_hole

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity round_hole inherits from the following supertypes:
  manufacturing_feature
    two5D_manufacturing_feature
      machining_feature

Subtypes

    No subtypes

Referenced By

Entity round_hole and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 compound_feature ENTITY manufacturing_feature
 compound_feature_select SELECT machining_feature
 general_pocket_bottom_condition ENTITY manufacturing_feature
 machined_surface ENTITY machining_feature
 machining_feature ENTITY round_hole
 machining_workingstep ENTITY manufacturing_feature
 manufacturing_feature ENTITY two5D_manufacturing_feature
 replicate_feature ENTITY two5D_manufacturing_feature
 thread ENTITY machining_feature
 transition_feature ENTITY machining_feature
 turning_workingstep ENTITY manufacturing_feature
 two5D_manufacturing_feature ENTITY machining_feature


[Top Level Definitions]

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