Q3Mesh_GetEdgeComponent
You can use theQ3Mesh_GetEdgeComponentfunction to get the component of a mesh to which an edge belongs.
TQ3Status Q3Mesh_GetEdgeComponent ( TQ3GeometryObject mesh, TQ3MeshEdge edge, TQ3MeshComponent *component);
mesh- A mesh.
edge- A mesh edge.
component- On exit, the mesh component that contains the specified mesh edge.
DESCRIPTION
TheQ3Mesh_GetEdgeComponentfunction returns, in thecomponentparameter, the mesh component that contains the mesh edge specified by themeshandedgeparameters.SPECIAL CONSIDERATIONS
TheQ3Mesh_GetEdgeComponentfunction might not accurately report the mesh component that contains a mesh edge 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