 |
PK_LATTICE_graph_f |
|
typedef void (*PK_LATTICE_graph_f )
(
--- received arguments ---
const PK_LATTICE_graph_data_t *graph_data --- Block of lattice 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 lattice from external data. The function
itself is provided by the application.
Used in:
PK_LATTICE_create_by_graph_o_t
This function will be called by PK_LATTICE_create_by_graph to free the
accessed block of external lattice data.