PK_fill_hole_patch_eds_t   

typedef int PK_fill_hole_patch_eds_t;

Used in:

PK_BODY_fill_hole_o_t


The values of the enum are used to control whether those edges internal to the
created patch (i.e. not on the boundary) are required to be smooth or not.

    PK_fill_hole_patch_eds_sharp_c     Edges internal to the created patch are
                                       not required to be smooth.
    PK_fill_hole_patch_eds_smooth_c    Edges internal to the created patch are
                                       required to be smooth.