Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Meshes


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.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help