MeshLib
 
Loading...
Searching...
No Matches
NamedMesh Struct Reference

#include <MRMeshLoad.h>

Public Attributes

System::String name
 
Mesh mesh
 
AffineXf3f xf
 transform of the loaded mesh, not identity only if ObjLoadSettings.customXf
 
int skippedFaceCount
 counter of skipped faces (faces than can't be created), not zero only if ObjLoadSettings.countSkippedFaces
 
int duplicatedVertexCount
 counter of duplicated vertices (that created for resolve non-manifold geometry)
 

Member Data Documentation

◆ duplicatedVertexCount

int NamedMesh::duplicatedVertexCount

counter of duplicated vertices (that created for resolve non-manifold geometry)

◆ mesh

Mesh NamedMesh::mesh

◆ name

System::String NamedMesh::name

◆ skippedFaceCount

int NamedMesh::skippedFaceCount

counter of skipped faces (faces than can't be created), not zero only if ObjLoadSettings.countSkippedFaces

◆ xf

AffineXf3f NamedMesh::xf

transform of the loaded mesh, not identity only if ObjLoadSettings.customXf


The documentation for this struct was generated from the following file: