PK_BODY_array_t   



This structure contains an array of entities of type PK_BODY_t

Used in:

PK_BODY_fill_hole_o_t
PK_section_r_t


typedef struct PK_BODY_array_s
    {
    PK_BODY_t      *array;   --- array of BODYs
    int             length;  --- length of array
    }
    PK_BODY_array_t;

It has the fields:

'array':   array of entities of type PK_BODY_t

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