Q3Mesh_GetEdgeFaces
You can use theQ3Mesh_GetEdgeFacesfunction to get the faces that share a mesh edge.
TQ3Status Q3Mesh_GetEdgeFaces ( TQ3GeometryObject mesh, TQ3MeshEdge edge, TQ3MeshFace *face1, TQ3MeshFace *face2);
mesh- A mesh.
edge- A mesh edge.
face1- On exit, the first mesh face that shares the specified mesh edge.
face2- On exit, the second mesh face that shares the specified mesh edge.
DESCRIPTION
TheQ3Mesh_GetEdgeFacesfunction returns, in theface1andface2parameters, the two mesh faces that shares the mesh edge specified by themeshandedgeparameters. If the edge lies on the boundary of the mesh, eitherface1orface2isNULL.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help