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