PK_identify_details_r_t   

struct PK_identify_details_r_s
    {
    int                n_facesets; --- number of facesets
    PK_FACE_array_t   *facesets;   --- facesets
    PK_detail_t       *details;    --- detail type of each faceset
    };
typedef struct PK_identify_details_r_s PK_identify_details_r_t;



This structure contains the results of a PK_BODY_identify_details operation.

Used in:

PK_BODY_identify_details
PK_identify_details_r_f


It contains the fields:

'n_facesets'              The number of facesets found

'facesets'                The facesets

'details'                 A token of type PK_detail_t indicating the type
                          of detail that the corresponding faceset comprises