Struct CONTOUR_VISU
Description
Data of contour visualisation, return value of the function kernelv_ch_get_cont_visu_data().
| Element | Type | Meaning | |
| count | signed long int | Number of the entries with visualisation data contained in the element. | |
| ifc_version | unsigned long int | Interface version of the visualisation data; set by the start-up parameter P-STUP-00039. | |
| ifc_version | Data type in CONTOUR_VISU | ||
| 0 | CONTOUR_VISU_DATA_V0 | ||
| 1 | CONTOUR_VISU_DATA_V1 | ||
| 2 | CONTOUR_VISU_DATA_V2 | ||
| 3 | CONTOUR_VISU_DATA_V3 | ||
| 4 | CONTOUR_VISU_DATA_V4 | ||
| 5 | CONTOUR_VISU_DATA_V5 | ||
| 6 | CONTOUR_VISU_DATA_V6 | ||
| 7 | CONTOUR_VISU_DATA_V7 | ||
| 8 | CONTOUR_VISU_DATA_V8 | ||
| data | CONTOUR_VISU_DATA | Contour visualisation data corresponding to the interface type specified in ifc_version. | |