Salome HOME
PAL13456 : change default values for Vertex Maker style and size.
[modules/geom.git] / src / GEOM_I / GEOM_IMeasureOperations_i.hh
index 81639bfc0a314dcd7d21d9934732bd367ccf6352..f14a6223676c00082ad9734226184993f9596399 100644 (file)
@@ -15,7 +15,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/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #ifndef _GEOM_IMeasureOperations_i_HeaderFile
@@ -39,6 +39,11 @@ class GEOM_IMeasureOperations_i :
                            ::GEOMImpl_IMeasureOperations* theImpl);
   ~GEOM_IMeasureOperations_i();
 
+  void GetPosition (GEOM::GEOM_Object_ptr theShape,
+                   CORBA::Double& Ox, CORBA::Double& Oy, CORBA::Double& Oz,
+                   CORBA::Double& Zx, CORBA::Double& Zy, CORBA::Double& Zz,
+                   CORBA::Double& Xx, CORBA::Double& Xy, CORBA::Double& Xz);
+
   void GetBasicProperties (GEOM::GEOM_Object_ptr theShape,
                           CORBA::Double& theLength,
                           CORBA::Double& theSurfArea,
@@ -65,6 +70,9 @@ class GEOM_IMeasureOperations_i :
   CORBA::Boolean CheckShape (GEOM::GEOM_Object_ptr theShape,
                             CORBA::String_out     theDescription);
 
+  CORBA::Boolean CheckShapeWithGeometry (GEOM::GEOM_Object_ptr theShape,
+                                        CORBA::String_out     theDescription);
+
   char* WhatIs (GEOM::GEOM_Object_ptr theShape);
 
   CORBA::Double GetMinDistance (GEOM::GEOM_Object_ptr theShape1,