PK_hole_blended_t   

typedef int PK_hole_blended_t;

Used in:

PK_BODY_identify_details_o_t


This datatype determines whether blend faces may be included in hole details.

It has the values:

    PK_hole_blended_no_c            blend faces are excluded in hole details
    PK_hole_blended_in_c            blend faces are included in hole details as
                                    long as the blend faces satisfy the hole's
                                    radius constraint.
    PK_hole_blended_out_c           blend faces are included in hole details
                                    regardless of whether they satisfy the
                                    hole's radius constraint.
    PK_hole_blended_trimmed_in_c    same as PK_hole_blended_in_c but include
                                    trimmed blend faces
    PK_hole_blended_trimmed_out_c   same as PK_hole_blended_out_c but include
                                    trimmed blend faces

Note: in the case of convex blends, the blend face is deemed to satisfy the
hole's radius constraint either if the entire face satisfies the constraint or
if the blend face's spine satisfies the constraint.

Trimmed blend faces have toroidal or spherical surfaces coaxial with the
hole, and do not smoothly meet their underlying faces.