PK_FACE_array_t   



This structure contains an array of entities of type PK_FACE_t

Used in:

PK_BODY_find_facesets_r_t
PK_BODY_fix_blends
PK_detail_def_t
PK_FACE_classify_details
PK_FACE_delete_facesets
PK_FACE_find_blend_unders_r_t
PK_FACE_identify_blends_r_t
PK_identify_details_r_t
PK_identify_facesets_r_t
PK_section_r_t


typedef struct PK_FACE_array_s
    {
    PK_FACE_t      *array;   --- array of FACEs
    int             length;  --- length of array
    }
    PK_FACE_array_t;

It has the fields:

'array':   array of entities of type PK_FACE_t

'length':  the number of entities in 'array'