![]() |
PK_GEOM_array_t |
This structure contains an array of entities of type PK_GEOM_t
PK_DEBUG_data_t
PK_FACE_reparameterise_surf_o_t
PK_GEOM_enlarge_r_t
typedef struct PK_GEOM_array_s
{
PK_GEOM_t *array; --- array of GEOMetrical entities
int length; --- length of array
}
PK_GEOM_array_t;
It has the fields:
'array': array of entities of type PK_GEOM_t
'length': the number of entities in 'array'