PartDesign: Change body viewprovider to group

This commit is contained in:
Stefan Tröger
2016-12-22 17:18:50 +01:00
committed by wmayer
parent 9a3b952fb9
commit b4a569e013
4 changed files with 43 additions and 31 deletions

View File

@@ -41,6 +41,8 @@ BodyBase::BodyBase()
{
ADD_PROPERTY(Tip , (0) );
ADD_PROPERTY(BaseFeature , (0) );
App::OriginGroupExtension::initExtension(this);
}
BodyBase* BodyBase::findBodyOf(const App::DocumentObject* f)