Q3Mesh_ContourToFace
You can use the Q3Mesh_ContourToFace function to convert a mesh contour into a mesh face.
TQ3MeshFace Q3Mesh_ContourToFace (
TQ3GeometryObject mesh,
TQ3MeshContour contour);
mesh
- A mesh.
contour
- A mesh contour. On exit, this contour is no longer a valid object.
DESCRIPTION
The Q3Mesh_ContourToFace function returns, as its function result, a mesh face that is the result of removing the mesh contour specified by the mesh and contour parameters from its containing face. (You can call the Q3Mesh_GetContourFace function to determine the face that contains a mesh contour; see page 4-136.) If a new face could not be created, Q3Mesh_ContourToFace returns the value NULL.