Fovia's Java Client/Server API
Public Attributes | List of all members
com.fovia.hdrcsrv.MESH_PROPS Class Reference

Public Attributes

int numBorders = 0
 
int numFlippedTri = 0
 
int numHoles = 0
 
int numNonManifold = 0
 

Detailed Description

Specifies a variety of topological properties of the mesh.

Member Data Documentation

int com.fovia.hdrcsrv.MESH_PROPS.numBorders = 0

The number of border edges in the mesh.

int com.fovia.hdrcsrv.MESH_PROPS.numFlippedTri = 0

The number of flipped triangles in the mesh.

int com.fovia.hdrcsrv.MESH_PROPS.numHoles = 0

The number of holes in the mesh.

int com.fovia.hdrcsrv.MESH_PROPS.numNonManifold = 0

The number of non-manifold edges in the mesh.