Q3Mesh_GetNumFaces
You can use theQ3Mesh_GetNumFaces
function to determine the number of faces of a mesh.
TQ3Status Q3Mesh_GetNumFaces ( TQ3GeometryObject mesh, unsigned long *numFaces);
mesh
- A mesh.
numFaces
- On exit, the number of faces in the specified mesh.
DESCRIPTION
TheQ3Mesh_GetNumFaces
function returns, in thenumFaces
parameter, the number of faces in the mesh specified by themesh
parameter.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help