Salome HOME
CORBA includes
[modules/smesh.git] / idl / SMESH_Group.idl
index 3cbb606daaa4093272a5b0d5969cfa7ecaa5d989..4704e05a07285cab33fc5bf1742ccf150fad5eeb 100644 (file)
@@ -14,7 +14,7 @@
 //  License along with this library; if not, write to the Free Software 
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 // 
-//  See http://www.salome-platform.org or email : webmaster.salome@opencascade.org 
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
@@ -28,6 +28,7 @@
 
 #include "SALOME_Exception.idl"
 #include "SALOME_GenericObj.idl"
+#include "SALOMEDS_Attributes.idl"
 
 #include "SMESH_Mesh.idl"
 
@@ -86,14 +87,14 @@ module SMESH
     SMESH_Mesh GetMesh();
 
     /*!
-     * Sets group color number
+     * Sets group color
      */
-    void SetColorNumber( in long color );
+    void SetColor(in SALOMEDS::Color theColor);
 
     /*!
-     * Returns group color number
+     * Returns group color
      */
-    long GetColorNumber();
+    SALOMEDS::Color GetColor();
   }; 
 
   /*!