PartDesign changes

* Mostly for supporting in-place editing

* Add new SubShapeBinder that support cross coordinate system,
  external, and sub-object binding
This commit is contained in:
Zheng, Lei
2019-08-17 15:15:47 +02:00
committed by wmayer
parent e911b69769
commit 11a93a0578
55 changed files with 1944 additions and 755 deletions
+1
View File
@@ -117,6 +117,7 @@ PyMOD_INIT_FUNC(_PartDesign)
PartDesign::AdditiveLoft ::init();
PartDesign::SubtractiveLoft ::init();
PartDesign::ShapeBinder ::init();
PartDesign::SubShapeBinder ::init();
PartDesign::Plane ::init();
PartDesign::Line ::init();
PartDesign::Point ::init();