X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Document.h;h=277c822ba629730adc39a796a6a78192f72afcc2;hb=a2e697d6efc2f36155ad2236ec52915b59cce738;hp=1615ffce436b3876abf285df3b019d9f744cbffb;hpb=922c5eceb93e68e87e6e4d22583de0d1f25ff483;p=modules%2Fshaper.git diff --git a/src/Model/Model_Document.h b/src/Model/Model_Document.h index 1615ffce4..277c822ba 100644 --- a/src/Model/Model_Document.h +++ b/src/Model/Model_Document.h @@ -127,7 +127,8 @@ class Model_Document : public ModelAPI_Document MODEL_EXPORT virtual void removeFeature(FeaturePtr theFeature); //! Moves the feature to make it after the given one in the history. - MODEL_EXPORT virtual void moveFeature(FeaturePtr theMoved, FeaturePtr theAfterThis); + MODEL_EXPORT virtual void moveFeature( + FeaturePtr theMoved, FeaturePtr theAfterThis, const bool theSplit = false); //! Returns the first found object in the group by the object name //! \param theGroupID group that contains an object