Salome HOME
* Use new method to dump the volume and area value in shape dump
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_Selection.h
index 93f6690a900a558aedf7db6bd79b66b45d7fa0fe..dc27c474fce58e15dbb22f2446401bc859c29afe 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -134,7 +134,7 @@ public:
 
   /// Change result's color
   MODELHIGHAPI_EXPORT
-  void setColor(int theRed, int theGreen, int theBlue);
+  void setColor(int theRed = 0, int theGreen = 0, int theBlue = 0, bool random = false);
 
   /// Change result's deflection
   MODELHIGHAPI_EXPORT