PartDesign: expose SubShapeBinderPython

This commit is contained in:
Zheng, Lei
2020-01-11 09:38:21 +08:00
committed by Chris Hennes
parent 5f6b34ebad
commit 2bd4404afb
6 changed files with 25 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ PyMOD_INIT_FUNC(_PartDesign)
PartDesign::SubtractiveHelix ::init();
PartDesign::ShapeBinder ::init();
PartDesign::SubShapeBinder ::init();
PartDesign::SubShapeBinderPython ::init();
PartDesign::Plane ::init();
PartDesign::Line ::init();
PartDesign::Point ::init();