ESS_PARTDEF_AREAS_T

Holds shape definitions. A shape is composed of multiple slices.

typedef struct ESS_PARTDEF_AREAS_T
{
   ESS_USHORT_T   slice_count;            
   ESS_STR_T     *slices;                 
} ESS_PARTDEF_AREAS_T, *ESS_PPARTDEF_AREAS_T, **ESS_PPPARTDEF_AREAS_T;
Data TypeFieldDescription
ESS_USHORT_Tslice_countNumber of slices.
ESS_STR_TslicesArray of slice definition strings.