Q3Mesh_FaceDelete
You can use theQ3Mesh_FaceDelete
function to delete a face from a mesh.
TQ3Status Q3Mesh_FaceDelete ( TQ3GeometryObject mesh, TQ3MeshFace face);
mesh
- A mesh.
face
- A mesh face.
DESCRIPTION
TheQ3Mesh_FaceDelete
function deletes the mesh face specified by theface
parameter from the mesh specified by themesh
parameter. The vertices of the face are not deleted.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help