Enable per-item styles in the pythonOCC viewer

This commit is contained in:
Thomas Krijnen
2016-04-11 11:50:43 +02:00
parent 426b1279e3
commit 81ee60079e
4 changed files with 144 additions and 14 deletions
+1
View File
@@ -168,6 +168,7 @@ struct ShapeRTTI : public boost::static_visitor<PyObject*>
# Hide the getters with read-only property implementations
id = property(id)
brep_data = property(brep_data)
surface_styles = property(surface_styles)
%}
};