Q3Mesh_GetNumCorners
You can use theQ3Mesh_GetNumCornersfunction to determine the number of corners of a mesh that have attribute sets.
TQ3Status Q3Mesh_GetNumCorners ( TQ3GeometryObject mesh, unsigned long *numCorners);
mesh- A mesh.
numCorners- On exit, the number of corners in the specified mesh that have attribute sets.
DESCRIPTION
TheQ3Mesh_GetNumCornersfunction returns, in thenumCornersparameter, the number of corners in the mesh specified by themeshparameter that have attribute sets attached to them.