Improved boundary info

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1070 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2014-05-28 11:23:19 +00:00
parent 83e7f1be48
commit 3a2c5301ec

View File

@@ -61,6 +61,8 @@ is very simple. In general %OpenMesh also offers a boundary attribute
for edges, vertices and faces. So testing i.e. whether a face is a boundary
face is quite simple using OpenMesh::PolyConnectivity::is_boundary().<br />
\note You can iterate along boundaries by using the next_halfedge_handle(). If you are on a boundary, the next halfedge is guaranteed to be also a boundary halfedge.
So for each type we can make use of one of the following functions:
\include nav_code2.cc