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

@@ -416,3 +416,10 @@ std::vector<App::DocumentObject*> ViewProviderSubShapeBinder::claimChildren(void
return ret;
}
////////////////////////////////////////////////////////////////////////////////////////
namespace Gui {
PROPERTY_SOURCE_TEMPLATE(PartDesignGui::ViewProviderSubShapeBinderPython,
PartDesignGui::ViewProviderSubShapeBinder)
template class PartDesignGuiExport ViewProviderPythonFeatureT<ViewProviderSubShapeBinder>;
}