Salome HOME
Change color for construction/body/group.
[modules/shaper.git] / src / Model / Model_ResultGroup.h
index 33c0e17a74ba47245741359e4e8c9d50653826c7..7bfa796942d8053b4f72f03188bf3a114222444a 100644 (file)
@@ -29,6 +29,10 @@ public:
   /// Request for initialization of data model of the result: adding all attributes
   virtual void initAttributes();
 
+  // Retuns the parameters of color definition in the resources config manager
+  MODEL_EXPORT virtual void colorConfigInfo(std::string& theSection, std::string& theName,
+                                            std::string& theDefault);
+
   /// Returns the compound of selected entities
   MODEL_EXPORT virtual std::shared_ptr<GeomAPI_Shape> shape();