Q3Mesh_GetContourFace
You can use theQ3Mesh_GetContourFacefunction to get the mesh face that contains a mesh contour.
TQ3Status Q3Mesh_GetContourFace ( TQ3GeometryObject mesh, TQ3MeshContour contour, TQ3MeshFace *face);
mesh- A mesh.
contour- A mesh contour.
face- On exit, the mesh face that contains the specified contour.
DESCRIPTION
TheQ3Mesh_GetContourFacefunction returns, in thefaceparameter, the mesh face that contains the mesh contour specified by themeshandcontourparameters.