PK_TOPOL_array_t   



This structure contains an array of entities of type PK_TOPOL_t

Used in:

PK_blend_constraint_t
PK_BODY_fix_blends_o_t
PK_FACE_make_blend


typedef struct PK_TOPOL_array_s
    {
    PK_TOPOL_t     *array;   --- array of TOPOLogical entities
    int             length;  --- length of array
    }
    PK_TOPOL_array_t;

It has the fields:

'array':   array of entities of type PK_TOPOL_t

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