Skip to main content

System Coupling C library 2024 R1

SyscElementTypeData Struct Reference

Last update: 17.07.2025

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

#include <syscMeshDefinition.h>

Data Fields

SyscOutputIntegerData elementTypes
 Element types array access.
 

Detailed Description

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);
SyscElementTypeData syscGetElementTypeData(SyscOutputIntegerData elemTypes)
Create an mesh element type data access struct, given element types.
Element types access struct, provides read-only access to the mesh element types.

Definition at line 88 of file syscMeshDefinition.h.

Field Documentation

◆ elementTypes

SyscOutputIntegerData SyscElementTypeData::elementTypes

Element types array access.

Definition at line 89 of file syscMeshDefinition.h.

Connect with Ansys