PK_detail_t   

typedef int PK_detail_t;

Used in:

PK_BODY_identify_details
PK_FACE_classify_details
PK_FACE_delete_facesets_o_t
PK_identify_details_r_t


This datatype is used to classify connected facesets as details of a particular
type.

It has the values:

    PK_detail_any_c                 unspecified detail
    PK_detail_rubber_c              one or more connected rubber faces
    PK_detail_hole_cyl_c            any cylindrical hole
    PK_detail_hole_cyl_through_c    a cylindrical hole with both ends open
    PK_detail_hole_cyl_blind_c      a cylindrical hole with one open end and
                                    one closed end
    PK_detail_hole_cyl_closed_c     a cylindrical hole with both ends closed
                                    (i.e. a cavity)
    PK_detail_blend_rb_const_r_c    a rolling ball blend with constant radius

See Finding and returning detail types for more information.