Q3Mesh_GetNumVertices
You can use theQ3Mesh_GetNumVertices
function to determine the number of vertices of a mesh.
TQ3Status Q3Mesh_GetNumVertices ( TQ3GeometryObject mesh, unsigned long *numVertices);
mesh
- A mesh.
numVertices
- On exit, the number of vertices in the specified mesh.
DESCRIPTION
TheQ3Mesh_GetNumVertices
function returns, in thenumVertices
parameter, the number of vertices in the mesh specified by themesh
parameter.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help