PK_fix_degens_t   

typedef int PK_fix_degens_t;

Used in:

PK_BODY_hollow_o_t
PK_BODY_offset_o_t
PK_BODY_thicken_o_t
PK_FACE_change_offset_o_t
PK_FACE_hollow_o_t
PK_FACE_offset_o_t


This datatype controls when to repair degeneracies on surfaces.

    PK_fix_degens_no_c        Don't repair any degeneracies.

    PK_fix_degens_offset_c    Repair degeneracies on surfaces of faces which
                              are being offset. In the case of thickening, when
                              only thickening in one direction, then don't
                              modify the surfaces of faces which are not being
                              offset.

    PK_fix_degens_all_c       Always repair degeneracies, including on surfaces
                              of faces not being offset. In the case of
                              thickening, repaired surfaces on each side of the
                              body will be exact opposites of each other.