Skip to main content

Structure SyscElementTypeData

Definition: syscMeshDefinition.h (line 88)

Element types access struct, provides read-only access to the mesh element types.

To create and/or initialize SyscElementTypeData, it is highly recommended to use one of the functions with names starting with syscGetElementTypeData. These functions will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:

SyscElementTypeData elemTypeData = syscGetElementTypeData(elemTypes);

Members

Public attributes

Variable elementTypes

Definition: syscMeshDefinition.h (line 89)

SyscOutputIntegerData SyscElementTypeData::elementTypes

Element types array access.

Type: SyscOutputIntegerData