Fovia C++ In-Process API
Public Attributes | List of all members
MESH_PROPS Struct Reference

Public Attributes

unsigned int numBorders
 
unsigned int numFlippedTri
 
unsigned int numHoles
 

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.