Attacher: Py: introduce Py interface of AttachableObject

Small - just the introduction.
Support for Py features based on AttachableObject.
Redirect Part2DObjectPython's father to be AttachableObjectPython.
This commit is contained in:
DeepSOIC
2016-05-06 16:52:42 +03:00
parent e7b6ebeb01
commit c040ee7333
7 changed files with 100 additions and 2 deletions

View File

@@ -229,6 +229,7 @@ PyMODINIT_FUNC initPart()
Part::Feature ::init();
Part::FeatureExt ::init();
Part::AttachableObject ::init();
Part::AttachableObjectPython::init();
Part::BodyBase ::init();
Part::FeaturePython ::init();
Part::FeatureGeometrySet ::init();