Q3Mesh_ContourToFace
You can use theQ3Mesh_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
TheQ3Mesh_ContourToFace
function returns, as its function result, a mesh face that is the result of removing the mesh contour specified by themesh
andcontour
parameters from its containing face. (You can call theQ3Mesh_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 valueNULL
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help