evart-client  2.2
Data Fields
evas_body_dofs_list_t Struct Reference

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]
 

Detailed Description

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.

Field Documentation

◆ index

uint32_t index

Index of the body.

◆ name

char name[EVAS_STRMAX]

Name of the body.

◆ ndofs

uint32_t ndofs

Number of dofs for that body.

◆ dofs

char dofs[0][EVAS_STRMAX]

Array of dofs names (C strings), from 0 to ndofs-1.