Q3Mesh_FaceToContour
You can use theQ3Mesh_FaceToContour
function to convert a face of a mesh into a contour. The contour is then attached to another mesh face as a hole.
TQ3MeshContour Q3Mesh_FaceToContour ( TQ3GeometryObject mesh, TQ3MeshFace containerFace, TQ3MeshFace face);
mesh
- A mesh.
containerFace
- The mesh face that is to contain the new contour.
face
- The mesh face that is to be converted into a contour. On exit, this face is no longer a valid object.
DESCRIPTION
TheQ3Mesh_FaceToContour
function returns, as its function result, a new contour created from the mesh face specified by themesh
andface
parameters. The new contour is contained in the mesh face specified by themesh
andcontainerFace
parameters. If a new contour could not be created,Q3Mesh_FaceToContour
returns the valueNULL
.
- IMPORTANT
Q3Mesh_FaceToContour
destroys any attributes associated with the face specified by theface
parameter.![]()
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help