 |
PK_MTOPOL_select_cb_f_t |
|
typedef void (*PK_MTOPOL_select_cb_f_t)
(
--- received arguments ---
const PK_MTOPOL_t mtopol, --- mfacet or mfin
void *data, --- external data
--- returned arguments ---
PK_LOGICAL_t *select, --- mtopol select decision
PK_MESH_cb_status_t *status --- callback status
);
This is a type definition for an external evaluator function to be
used by Parasolid to select a specific set of mesh topology from a
given mesh. The function itself is provided by the application.
Used in:
PK_MFACET_find_perimeters_o_t
PK_MTOPOL_make_meshes_o_t
The void* 'data' argument is used to communicate between the application and
its supplied callback function. The returned argument 'select' determines
whether the mtopol is selected or not according to the callback operation. The
returned argument 'status' gives the user some control over the error handling.
Generated on: Fri, 04 Oct 2024 12:20:54 GMT