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 Type | Field | Description |
---|---|---|
ESS_USHORT_T | slice_count | Number of slices. |
ESS_STR_T | slices | Array of slice definition strings. |