Added hint that collapse needs status attrributes on the mesh

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@984 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2013-12-19 08:07:33 +00:00
parent 279e94ee24
commit 0efdc92b66

View File

@@ -69,6 +69,8 @@ to the to-vertex of the halfedge as illustrated below. Note that collapsing edge
might cause topological inconsistencies to your mesh. You should verify consistency after
collapsing edges by calling OpenMesh::PolyConnectivity::is_collapse_ok().
\note You have to request status attributes in order to use the collapse and delete functions!
\image html mesh.collapse.png "Collapsing will always be performed in the direction the halfedge points to."
A simple code example related to the illustration might look like this: