evart-client
2.2
|
Body dofs definition. More...
#include <evart-client.h>
Data Fields | |
uint32_t | index |
char | name [EVAS_STRMAX] |
uint32_t | ndofs |
char | dofs [0][EVAS_STRMAX] |
Body dofs definition.
This is a variable-length structure that contains a list of marker names for a specific body. The body identity can be found in the index and name fields and the markers array contains the list of marker names, from index 0 to nmarkers-1.
uint32_t index |
Index of the body.
char name[EVAS_STRMAX] |
Name of the body.
uint32_t ndofs |
Number of dofs for that body.
char dofs[0][EVAS_STRMAX] |
Array of dofs names (C strings), from 0 to ndofs-1.