PK_FACE_simplify_t   

typedef int PK_FACE_simplify_t;

Used in:

PK_FACE_delete_blends_o_t


This datatype indicates the level of simplification to be undertaken on a
given faceset.

It has the following values:
    PK_FACE_simplify_adj_blends_c  Try to simplify blend-like faces adjacent to
                                   faces in the given faceset.  Faces with
                                   surfaces of class PK_CLASS_blendsf that are
                                   dependent upon simplified faces will be
                                   reapplied.  Similarly faces with surfaces
                                   of class PK_CLASS_blendsf that depend upon
                                   faces that have been reapplied are
                                   themselves reapplied.
    PK_FACE_simplify_no_c          Attempt no simplifications.