Q3Mesh_VertexDelete
You can use theQ3Mesh_VertexDelete
function to delete a vertex from a mesh.
TQ3Status Q3Mesh_VertexDelete ( TQ3GeometryObject mesh, TQ3MeshVertex vertex);
mesh
- A mesh.
vertex
- A mesh vertex.
DESCRIPTION
TheQ3Mesh_VertexDelete
function deletes the mesh vertex specified by thevertex
parameter from the mesh specified by themesh
parameter. All mesh faces that contain the vertex are also deleted.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help