update documentation of new property manager

This commit is contained in:
Max Lyon
2019-11-05 10:20:47 +01:00
parent b813fffe8b
commit 6e81f6c2db
4 changed files with 22 additions and 19 deletions

View File

@@ -1,6 +1,8 @@
/** \page tutorial_09 Using custom properties
/** \page tutorial_09 Using custom properties (old style)
This small code example shows how to attach andaccess additional properties on a mesh.
This small code example shows how to attach and access additional properties on a mesh.
<em>Note that this is an old style of using properties. Nowadays you should use the OpenMesh::PropertyManager instead.</em>
When you want to add an additional properties you have to attach it to a primitive of the
mesh. You can attach to verticies, halfedges, edges, faces or to the mesh itself. Use the