![]() |
PK_BSURF_array_t |
This structure contains an array of entities of type PK_BSURF_t typedef struct PK_BSURF_array_s { PK_BSURF_t *array; --- array of B geometry SURFaces int length; --- length of array } PK_BSURF_array_t; It has the fields: 'array': array of entities of type PK_BSURF_t 'length': the number of entities in 'array'