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:
@@ -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
|
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."
|
\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:
|
A simple code example related to the illustration might look like this:
|
||||||
|
|||||||
Reference in New Issue
Block a user