X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesAPI%2FFeaturesAPI_ExtrusionBoolean.cpp;h=934a9ae02e0c35113e8d653070896dbb6fd9f227;hb=3c987a8d1b88765224e3ac1388afb91eae17e4d3;hp=1b16e2aff44b0d798faae5ca0a5b54c0bd01d19b;hpb=87b6a30a3afb8fb32e7e43ade8d9c947d9eb1684;p=modules%2Fshaper.git diff --git a/src/FeaturesAPI/FeaturesAPI_ExtrusionBoolean.cpp b/src/FeaturesAPI/FeaturesAPI_ExtrusionBoolean.cpp index 1b16e2aff..934a9ae02 100644 --- a/src/FeaturesAPI/FeaturesAPI_ExtrusionBoolean.cpp +++ b/src/FeaturesAPI/FeaturesAPI_ExtrusionBoolean.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2019 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -12,10 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or -// email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #include "FeaturesAPI_ExtrusionBoolean.h" @@ -89,11 +88,7 @@ void FeaturesAPI_ExtrusionBoolean::setSizes(const ModelHighAPI_Double& theToSize //================================================================================================== void FeaturesAPI_ExtrusionBoolean::setSize(const ModelHighAPI_Double& theSize) { - fillAttribute(FeaturesPlugin_Extrusion::CREATION_METHOD_BY_SIZES(), mycreationMethod); - fillAttribute(theSize, mytoSize); - fillAttribute(ModelHighAPI_Double(), myfromSize); - - execIfBaseNotEmpty(); + setSizes(theSize, ModelHighAPI_Double()); } //================================================================================================== @@ -198,9 +193,7 @@ FeaturesAPI_ExtrusionCut::FeaturesAPI_ExtrusionCut( { if(initialize()) { fillAttribute(theBaseObjects, mybaseObjects); - fillAttribute(FeaturesPlugin_Extrusion::CREATION_METHOD_BY_SIZES(), mycreationMethod); - fillAttribute(theSize, mytoSize); - fillAttribute(ModelHighAPI_Double(), myfromSize); + setSize(theSize); setBooleanObjects(theBooleanObjects); } } @@ -217,9 +210,7 @@ FeaturesAPI_ExtrusionCut::FeaturesAPI_ExtrusionCut( if(initialize()) { fillAttribute(theBaseObjects, mybaseObjects); fillAttribute(theDirection, mydirection); - fillAttribute(FeaturesPlugin_Extrusion::CREATION_METHOD_BY_SIZES(), mycreationMethod); - fillAttribute(theSize, mytoSize); - fillAttribute(ModelHighAPI_Double(), myfromSize); + setSize(theSize); setBooleanObjects(theBooleanObjects); } } @@ -235,9 +226,7 @@ FeaturesAPI_ExtrusionCut::FeaturesAPI_ExtrusionCut( { if(initialize()) { fillAttribute(theBaseObjects, mybaseObjects); - fillAttribute(FeaturesPlugin_Extrusion::CREATION_METHOD_BY_SIZES(), mycreationMethod); - fillAttribute(theToSize, mytoSize); - fillAttribute(theFromSize, myfromSize); + setSizes(theToSize, theFromSize); setBooleanObjects(theBooleanObjects); } } @@ -255,9 +244,7 @@ FeaturesAPI_ExtrusionCut::FeaturesAPI_ExtrusionCut( if(initialize()) { fillAttribute(theBaseObjects, mybaseObjects); fillAttribute(theDirection, mydirection); - fillAttribute(FeaturesPlugin_Extrusion::CREATION_METHOD_BY_SIZES(), mycreationMethod); - fillAttribute(theToSize, mytoSize); - fillAttribute(theFromSize, myfromSize); + setSizes(theToSize, theFromSize); setBooleanObjects(theBooleanObjects); } } @@ -275,11 +262,7 @@ FeaturesAPI_ExtrusionCut::FeaturesAPI_ExtrusionCut( { if(initialize()) { fillAttribute(theBaseObjects, mybaseObjects); - fillAttribute(FeaturesPlugin_Extrusion::CREATION_METHOD_BY_PLANES(), mycreationMethod); - fillAttribute(theToObject, mytoObject); - fillAttribute(theToOffset, mytoOffset); - fillAttribute(theFromObject, myfromObject); - fillAttribute(theFromOffset, myfromOffset); + setPlanesAndOffsets(theToObject, theToOffset, theFromObject, theFromOffset); setBooleanObjects(theBooleanObjects); } } @@ -299,11 +282,7 @@ FeaturesAPI_ExtrusionCut::FeaturesAPI_ExtrusionCut( if(initialize()) { fillAttribute(theBaseObjects, mybaseObjects); fillAttribute(theDirection, mydirection); - fillAttribute(FeaturesPlugin_Extrusion::CREATION_METHOD_BY_PLANES(), mycreationMethod); - fillAttribute(theToObject, mytoObject); - fillAttribute(theToOffset, mytoOffset); - fillAttribute(theFromObject, myfromObject); - fillAttribute(theFromOffset, myfromOffset); + setPlanesAndOffsets(theToObject, theToOffset, theFromObject, theFromOffset); setBooleanObjects(theBooleanObjects); } } @@ -425,9 +404,7 @@ FeaturesAPI_ExtrusionFuse::FeaturesAPI_ExtrusionFuse( { if(initialize()) { fillAttribute(theBaseObjects, mybaseObjects); - fillAttribute(FeaturesPlugin_Extrusion::CREATION_METHOD_BY_SIZES(), mycreationMethod); - fillAttribute(theSize, mytoSize); - fillAttribute(ModelHighAPI_Double(), myfromSize); + setSize(theSize); setBooleanObjects(theBooleanObjects); } } @@ -444,9 +421,7 @@ FeaturesAPI_ExtrusionFuse::FeaturesAPI_ExtrusionFuse( if(initialize()) { fillAttribute(theBaseObjects, mybaseObjects); fillAttribute(theDirection, mydirection); - fillAttribute(FeaturesPlugin_Extrusion::CREATION_METHOD_BY_SIZES(), mycreationMethod); - fillAttribute(theSize, mytoSize); - fillAttribute(ModelHighAPI_Double(), myfromSize); + setSize(theSize); setBooleanObjects(theBooleanObjects); } } @@ -462,9 +437,7 @@ FeaturesAPI_ExtrusionFuse::FeaturesAPI_ExtrusionFuse( { if(initialize()) { fillAttribute(theBaseObjects, mybaseObjects); - fillAttribute(FeaturesPlugin_Extrusion::CREATION_METHOD_BY_SIZES(), mycreationMethod); - fillAttribute(theToSize, mytoSize); - fillAttribute(theFromSize, myfromSize); + setSizes(theToSize, theFromSize); setBooleanObjects(theBooleanObjects); } } @@ -482,9 +455,7 @@ FeaturesAPI_ExtrusionFuse::FeaturesAPI_ExtrusionFuse( if(initialize()) { fillAttribute(theBaseObjects, mybaseObjects); fillAttribute(theDirection, mydirection); - fillAttribute(FeaturesPlugin_Extrusion::CREATION_METHOD_BY_SIZES(), mycreationMethod); - fillAttribute(theToSize, mytoSize); - fillAttribute(theFromSize, myfromSize); + setSizes(theToSize, theFromSize); setBooleanObjects(theBooleanObjects); } } @@ -502,11 +473,7 @@ FeaturesAPI_ExtrusionFuse::FeaturesAPI_ExtrusionFuse( { if(initialize()) { fillAttribute(theBaseObjects, mybaseObjects); - fillAttribute(FeaturesPlugin_Extrusion::CREATION_METHOD_BY_PLANES(), mycreationMethod); - fillAttribute(theToObject, mytoObject); - fillAttribute(theToOffset, mytoOffset); - fillAttribute(theFromObject, myfromObject); - fillAttribute(theFromOffset, myfromOffset); + setPlanesAndOffsets(theToObject, theToOffset, theFromObject, theFromOffset); setBooleanObjects(theBooleanObjects); } } @@ -526,11 +493,7 @@ FeaturesAPI_ExtrusionFuse::FeaturesAPI_ExtrusionFuse( if(initialize()) { fillAttribute(theBaseObjects, mybaseObjects); fillAttribute(theDirection, mydirection); - fillAttribute(FeaturesPlugin_Extrusion::CREATION_METHOD_BY_PLANES(), mycreationMethod); - fillAttribute(theToObject, mytoObject); - fillAttribute(theToOffset, mytoOffset); - fillAttribute(theFromObject, myfromObject); - fillAttribute(theFromOffset, myfromOffset); + setPlanesAndOffsets(theToObject, theToOffset, theFromObject, theFromOffset); setBooleanObjects(theBooleanObjects); } }