OpenMesh offers the possibility to store properties on mesh elements (faces, vertices, half edges, edges) as described here. Is there a function available which copies all of these properties from one element to another?
OpenMesh copy all standard and custom properties from one mesh element to another
383 views Asked by Botond At
1
Take a look at copy_all_properties.
Signature (comes in few flavors- VertexHandle, HalfedgeHandle, EdgeHandle and FaceHandle):
Usage example from git repo: unittests_property.cc