Some small corrections.

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@265 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Mike Kremer
2010-01-22 09:45:03 +00:00
parent 6f57741358
commit 9503f39f18

View File

@@ -18,7 +18,7 @@ The struct which defines the mesh traits then looks like this:
After having created the geometry of the cube one can delete faces and vertices After having created the geometry of the cube one can delete faces and vertices
by simply calling delete_vertices() (delete_faces() or delete_edges() respectively). by simply calling delete_vertices() (delete_faces() or delete_edges() respectively).
Note that there is actually no way to delete halfedges directly since they are automatically Note that there is actually no way to directly delete halfedges since they are automatically
affected when the parent edge is marked as deleted! affected when the parent edge is marked as deleted!
The status whether an element is marked as deleted can be requested by The status whether an element is marked as deleted can be requested by