PK_fix_method_t   

typedef int PK_fix_method_t;

Used in:

PK_CURVE_fix_self_int_o_t
PK_SURF_fix_self_int_o_t


This datatype indicates the method to use for fixing self-intersecting
geometry. It has the values:

    PK_fix_method_extract_c    Extract valid regions of the geometry, ignoring
                               self-intersecting regions.

    PK_fix_method_approx_c     Produce valid approximations for the geometry,
                               including self-intersecting regions.