Q3Mesh_FirstComponentEdge
You can use theQ3Mesh_FirstComponentEdgefunction to get the first edge in a mesh component.
TQ3MeshEdge Q3Mesh_FirstComponentEdge ( TQ3MeshComponent component, TQ3MeshIterator *iterator);
component- A mesh component.
iterator- A pointer to a mesh iterator structure.
DESCRIPTION
TheQ3Mesh_FirstComponentEdgefunction returns, as its function result, the first edge in the mesh component specified by thecomponentparameter. Theiteratorparameter is a pointer to a mesh iterator structure thatQ3Mesh_FirstComponentEdgefills in before returning. You should pass the address of that structure to theQ3Mesh_NextComponentEdgefunction.SPECIAL CONSIDERATIONS
TheQ3Mesh_FirstComponentEdgefunction might not accurately report the first edge in a mesh component if called while mesh updating is delayed (that is, after a call toQ3Mesh_DelayUpdatesbut before the matching call toQ3Mesh_ResumeUpdates).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help