PK_MESH_create_t   

typedef int PK_MESH_create_t;

Used in:

PK_MESH_create_from_facets_o_t


This datatype controls the creation of meshes from facet information.

PK_MESH_create_t can take the values:
    PK_MESH_create_now_c     The facets of the mesh are created during
                             the current call to the creation function

    PK_MESH_create_later_c   The facets of the mesh are not created; the
                             supplied callback function and its context
                             are stored internally and will be invoked
                             if the facets are required