Part: add Offset2D feature

derived from Part::Offset, to re-use task dialog easily
This commit is contained in:
DeepSOIC
2016-09-02 00:50:48 +03:00
committed by wmayer
parent 1f6174e3f2
commit e3ca28baa8
6 changed files with 84 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ PyMODINIT_FUNC initPartGui()
PartGui::ViewProviderLoft ::init();
PartGui::ViewProviderSweep ::init();
PartGui::ViewProviderOffset ::init();
PartGui::ViewProviderOffset2D ::init();
PartGui::ViewProviderThickness ::init();
PartGui::ViewProviderCustom ::init();
PartGui::ViewProviderCustomPython ::init();