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 526d895a5d
commit 8bd07747ae
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)