![]()  | 
    PK_EDGE_array_t | 
This structure contains an array of entities of type PK_EDGE_t
PK_blend_constraint_t
PK_BODY_fill_hole_o_t
PK_BODY_find_facesets_r_t
PK_BODY_find_laminar_edges
PK_BODY_make_swept_tool_o_t
PK_change_edge_geom_data_t
PK_FACE_change_taper_o_t
PK_FACE_taper_o_t
PK_identify_facesets_r_t
PK_imprint_r_t
typedef struct PK_EDGE_array_s
    {
    PK_EDGE_t      *array;   --- array of EDGEs
    int             length;  --- length of array
    }
    PK_EDGE_array_t;
It has the fields:
'array':   array of entities of type PK_EDGE_t
'length':  the number of entities in 'array'