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