Salome HOME
Merge branch 'gni/adaptation' of https://codev-tuleap.cea.fr/plugins/git/salome/smesh...
[modules/smesh.git] / idl / SMESH_Gen.idl
index a7e4c50940d535482525235f37ca4fb35c27e86c..56901f5f97fdefa788280f3a27055aa4827fe94f 100644 (file)
@@ -43,6 +43,7 @@ module SMESH
   interface FilterManager;
   interface SMESH_Pattern;
   interface Measurements;
+  interface MG_ADAPT;
 
   /*!
    * Tags definition
@@ -136,7 +137,6 @@ module SMESH
     SMESH_Pattern GetPattern();
 
     Measurements  CreateMeasurements();
-
     /*!
       Set the current mode
      */
@@ -584,7 +584,8 @@ module SMESH
                          in GEOM::GEOM_Object theGeom,
                          in double theTolerance );    
 
-
+   
+       MG_ADAPT CreateMG_ADAPT();
   };
 
 };