Q3Mesh_GetComponentNumEdges
You can use theQ3Mesh_GetComponentNumEdgesfunction to determine the number of edges in a component of a mesh.
TQ3Status Q3Mesh_GetComponentNumEdges ( TQ3GeometryObject mesh, TQ3MeshComponent component, unsigned long *numEdges);
mesh- A mesh.
component- A mesh component.
numEdges- On exit, the number of edges in the specified mesh component.
DESCRIPTION
TheQ3Mesh_GetComponentNumEdgesfunction returns, in thenumEdgesparameter, the number of edges in the mesh component specified by themeshandcomponentparameters.SPECIAL CONSIDERATIONS
TheQ3Mesh_GetComponentNumEdgesfunction might not accurately report the number of edges 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