X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_Measurements.idl;h=d3a9c77f450df1aa7798b093e419df296c01c5b5;hp=cb6d68acfb902d68339c01382ec2c42a678ab64e;hb=c656333fb4f2415a0b88821a721072f28b30a53a;hpb=7a713be33b27d6a8c77f983460f0e97e52c6ff7c diff --git a/idl/SMESH_Measurements.idl b/idl/SMESH_Measurements.idl index cb6d68acf..d3a9c77f4 100644 --- a/idl/SMESH_Measurements.idl +++ b/idl/SMESH_Measurements.idl @@ -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