PK_MESH_fill_shape_t   

typedef int PK_MESH_fill_shape_t;

Used in:

PK_MESH_fill_holes_o_t


This datatype specifies the shape required when mesh holes are filled.

It has the values:

    PK_MESH_fill_shape_linear_c     fills each hole without introducing new
                                    mesh vertices in the interior of each hole

    PK_MESH_fill_shape_refined_c    similar shape to linear, but may introduce
                                    mesh vertices interior to each hole, to
                                    produce facets that are similar in scale
                                    to those of the input mesh around the hole

    PK_MESH_fill_shape_tangent_c    adjusts the refined hole mesh to preserve
                                    the general tangent direction of the mesh
                                    around the boundary of each hole

    PK_MESH_fill_shape_curvature_c  adjusts the refined hole mesh to preserve
                                    the general curvature of the mesh around
                                    the boundary of each hole