Fovia's C++ Client/Server API
Public Attributes | List of all members
MESH_PROPS Struct Reference

Public Attributes

unsigned int numBorders
 
unsigned int numFlippedTri
 
unsigned int numHoles
 
unsigned int numNonManifold
 

Detailed Description

Specifies a variety of topological properties of the mesh.

Member Data Documentation

unsigned int MESH_PROPS::numBorders

The number of border edges in the mesh.

unsigned int MESH_PROPS::numFlippedTri

The number of flipped triangles in the mesh.

unsigned int MESH_PROPS::numHoles

The number of holes in the mesh.

unsigned int MESH_PROPS::numNonManifold

The number of non-manifold edges.