Q3Mesh_FaceToContour
You can use theQ3Mesh_FaceToContourfunction 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_FaceToContourfunction returns, as its function result, a new contour created from the mesh face specified by themeshandfaceparameters. The new contour is contained in the mesh face specified by themeshandcontainerFaceparameters. If a new contour could not be created,Q3Mesh_FaceToContourreturns the valueNULL.
- IMPORTANT
Q3Mesh_FaceToContourdestroys any attributes associated with the face specified by thefaceparameter.![]()
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help