Q3Mesh_GetEdgeFaces
You can use theQ3Mesh_GetEdgeFaces
function 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_GetEdgeFaces
function returns, in theface1
andface2
parameters, the two mesh faces that shares the mesh edge specified by themesh
andedge
parameters. If the edge lies on the boundary of the mesh, eitherface1
orface2
isNULL
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help