PK_FACE_fix_mesh_defects_r_t   

struct PK_FACE_fix_mesh_defects_r_s
    {
    int                         r_t_version; --- version number of return
                                             --- structure
    PK_FACE_fix_result_t        result;      --- function result
    PK_MESH_defect_array_t      defects;     --- defects
    };

typedef struct PK_FACE_fix_mesh_defects_r_s PK_FACE_fix_mesh_defects_r_t;



This data structure holds returns of PK_FACE_fix_mesh_defects.

Used in:

PK_FACE_fix_mesh_defects
PK_FACE_fix_mesh_defects_r_f


The data structure has the following fields:

    'result':       The operation's status.

    'defects':      An array of remaining and introduced defects.

Destroying the returned data structure

When the application wishes to free the memory associated
with the results structure, the function PK_FACE_fix_mesh_defects_r_f
must be used.