Remove property maps
Hi, the MeshWrapper class defines some property maps, which maps the names of all the python-defined properties to the corresponding property handles.
I guess they are redundant, since you can do everything with the core OpenMesh functions.
This MR has an implementation using only OpenMesh functions.