Q3Mesh_NextFaceContour
You can use theQ3Mesh_NextFaceContour
function to get the next contour of a mesh face.
TQ3MeshContour Q3Mesh_NextFaceContour ( TQ3MeshIterator *iterator);
iterator
- A pointer to a mesh iterator structure.
DESCRIPTION
TheQ3Mesh_NextFaceContour
function returns, as its function result, the next contour in the iteration specified by theiterator
parameter, which must have been filled in by a previous call toQ3Mesh_FirstFaceContour
orQ3Mesh_NextFaceContour
. If there are no more contours, this function returnsNULL
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help