Salome HOME
Issue #637: Create visualization properties at Workshop constructor
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultGroup.h
index 365445f4d6d3c30edb6ff214f4104a55345d870a..8e2ac8adabcc20489a236b1f5a894ca347eefee6 100644 (file)
@@ -32,6 +32,13 @@ public:
     return MY_GROUP;
   }
 
+  /// default color for a result body
+  inline static const std::string& DEFAULT_COLOR()
+  {
+    static const std::string RESULT_GROUP_COLOR("150,150,180");
+    return RESULT_GROUP_COLOR;
+  }
+
 };
 
 //! Pointer on feature object