PK_MESH_facet_f   

typedef void                (*PK_MESH_facet_f )
(
--- received argument
    const PK_MESH_facet_t *   facets       --- Block of mesh data to
                                           --- be freed.
);


This is the type definition for an external function to be used by Parasolid
to free data blocks after creating a mesh from external data. The function
itself is provided by the application.

Used in:

PK_MESH_create_from_facets_o_t


This function will be called by PK_MESH_create_from_facets to free the
accessed block of external mesh data.