PK_hole_comp_t   

typedef int PK_hole_comp_t;

Used in:

PK_hole_component_t


This datatype specifies the type of a hole component.  Several of its values
include the words "in" or "out".  "In" means the component reduces the radius
of the hole with increasing depth into the hole.  "Out" means the component
increases the radius of the hole with increasing depth into the hole.

It has the values:

    PK_hole_comp_cyl_c              a cylindrical (constant radius) component
    PK_hole_comp_cone_in_c          a conical (taper) component with decreasing
                                    radius
    PK_hole_comp_cone_out_c         a conical (taper) component with increasing
                                    radius
    PK_hole_comp_blnd_in_concave_c  a concave blend with decreasing radius
    PK_hole_comp_blnd_out_concave_c a concave blend with increasing radius
    PK_hole_comp_blnd_in_convex_c   a convex blend with decreasing radius
    PK_hole_comp_blnd_out_convex_c  a convex blend with increasing radius
    PK_hole_comp_zero_depth_in_c    a zero depth (step) component with
                                    decreasing radius
    PK_hole_comp_zero_depth_out_c   a zero depth (step) component with
                                    increasing radius
    PK_hole_comp_open_end_c         an open end of a hole
    PK_hole_comp_closed_end_c       a closed end of a hole
    PK_hole_comp_unknown_c          an unclassified component