Salome HOME
Merge branch 'V8_4_BR'
[modules/smesh.git] / idl / SMESH_Measurements.idl
index cb6d68acfb902d68339c01382ec2c42a678ab64e..d3a9c77f450df1aa7798b093e419df296c01c5b5 100644 (file)
@@ -31,7 +31,6 @@
 
 module SMESH
 {
-
   /*
    * Measure component
    */
@@ -70,7 +69,12 @@ module SMESH
      * sum of volume of 3D elements of the source
      */
     double Volume(in SMESH_IDSource source);
+
+    /*!
+     * gravity center of the source
+     */
+    PointStruct GravityCenter(in SMESH_IDSource source);
   };
-};    
+};
 
 #endif