 |
PK_FACE_reparameterise_surf_r_t |
|
struct PK_FACE_reparameterise_surf_r_s
{
int n_faces;
PK_FACE_t *faces;
PK_reparam_status_t *states;
int n_missing_entities;
PK_ENTITY_t *missing_entities;
};
typedef struct PK_FACE_reparameterise_surf_r_s PK_FACE_reparameterise_surf_r_t;
Used in:
PK_FACE_reparameterise_surf
PK_FACE_reparameterise_surf_r_f
'faces': An array of faces being communicated back to the
application.
'states': A parallel array indicating reasons for the faces being
returned.
'missing_entites': An array of missing faces and missing construction
geometries that should have been passed in to satisfy the
geometry sharing constraint.
Destroying the returned data structure
When the application wishes to free the memory associated
with the results structure, the function 'PK_FACE_reparameterise_surf_r_f'
must be used.