PD: Use SuppressibleExtension

This commit is contained in:
Florian Foinant-Willig
2024-02-14 22:37:40 +01:00
committed by Adrián Insaurralde Avalos
parent 68fd2934cf
commit 677cadee5e
5 changed files with 12 additions and 7 deletions

View File

@@ -57,7 +57,8 @@ Boolean::Boolean()
this->Refine.setValue(hGrp->GetBool("RefineModel", false));
ADD_PROPERTY_TYPE(UsePlacement,(0),"Part Design",(App::PropertyType)(App::Prop_None),"Apply the placement of the second ( tool ) object");
this->UsePlacement.setValue(false);
initExtension(this);
App::GeoFeatureGroupExtension::initExtension(this);
}
short Boolean::mustExecute() const