 |
PK_MESH_facet_cb_f_t |
|
typedef void (*PK_MESH_facet_cb_f_t)
(
--- received arguments ---
PK_POINTER_t context, --- user data
--- returned arguments ---
PK_MESH_facet_t * const facets, --- block of mesh data
PK_MESH_cb_status_t * const status --- return status
);
This is the type definition for an external evaluator function to be used
by Parasolid to receive facet data with which to create a mesh.
The function itself is provided by the application.
Used in:
PK_MESH_create_from_facets
This function will be called by PK_MESH_create_from_facets to access the next
block of external mesh data.