dvs_part_info Struct Reference
Last update: 16.07.2025Struct holding information for a part's definition. More...
#include <dynamic_visualization_store_api.h>
Public Attributes | |
| uint32_t | _id |
| Unique identifier for part, MUST BE > 0. | |
| char * | _name |
| UTF-8 Compatible name of part [null terminated], max name length visible in GUI == 79, must be unique from other part names. | |
| uint8_t | _structured |
| Currently Unused. | |
| uint8_t | _chunking |
| 1 if using chunks | |
| uint32_t | _metadata_num_pairs |
| Number of arrays in _metadata_keys/_metadata_vals. | |
| char ** | _metadata_keys |
| UTF-8 Compatible key , each array should be null terminated. | |
| char ** | _metadata_vals |
| UTF-8 Compatible value, each array should be null terminate. | |
Detailed Description
Struct holding information for a part's definition.
Definition at line 76 of file dynamic_visualization_store_api.h.
The documentation for this struct was generated from the following file:
- D:/ANSYSDev/NoBackup/branches/EnSight-Second-Coming/ensight/user_defined_src/readers/dvs/dynamic_visualization_store_api.h