Salome HOME
CEA : Lot 2 - Auto Color for Groups
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Placement.h
index e749c148927ef03d521ed1f343b8dcd441b7156c..6142f82f95d14da93982b2f6822c2b1112f23c68 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2021  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
@@ -100,7 +100,8 @@ PlacementPtr addPlacement(const std::shared_ptr<ModelAPI_Document>& thePart,
                           const std::list<ModelHighAPI_Selection>& theObjects,
                           const ModelHighAPI_Selection& theStartShape,
                           const ModelHighAPI_Selection& theEndShape,
-                          const bool theReverseDirection = false,
-                          const bool theCentering = false);
+                          const bool reverse = false,
+                          const bool centering = false,
+                          const bool keepSubResults = false);
 
 #endif // FeaturesAPI_Placement_H_