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