From 0efdc92b660beab586bdae95962601def9ef3b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 19 Dec 2013 08:07:33 +0000 Subject: [PATCH] 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 --- Doc/operations.docu | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/operations.docu b/Doc/operations.docu index 7d3db28e..bb047dd5 100644 --- a/Doc/operations.docu +++ b/Doc/operations.docu @@ -67,7 +67,9 @@ two adjacent vertices join. %OpenMesh provides the function OpenMesh::PolyConnec perform this operation. This will collapse the from-vertex (remeber that halfedges are directed) to the to-vertex of the halfedge as illustrated below. Note that collapsing edges might cause topological inconsistencies to your mesh. You should verify consistency after -collapsing edges by calling OpenMesh::PolyConnectivity::is_collapse_ok(). +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."