struct MAGES::MeshDeformations::TetrahedralMeshImporter::TetrahedronData

struct TetrahedronData
{
    // fields

    int[] Verts;
    int NumberOfTags;
    int PhysicalEntity;
    int ElementaryEntity;
};