Salome HOME
Mise a jour du plugin Hexa 6
[plugins/hexablockplugin.git] / idl / HEXABLOCKPlugin_Algorithm.idl
index d37eb96b31e1e36040af71d796b8cb88f1ab5ea2..87a27cabb1767ff99e54b1a9f95ae5f4d57b9e57 100755 (executable)
@@ -27,7 +27,6 @@
 #include "SALOME_Exception.idl"
 #include "SMESH_Hypothesis.idl"
 
-#include "Document.idl"
 /*!
  * HEXABLOCKPlugin: interfaces to HEXABLOCK related hypotheses and algorithms
  */
@@ -49,8 +48,8 @@ module HEXABLOCKPlugin
     /*!
      * Define the document to be meshed, mandatory
      */
-    void SetDocument(in HEXABLOCK_ORB::Document doc);
-    HEXABLOCK_ORB::Document GetDocument();
+    void SetDocument(in string doc);
+    string GetDocument();
 
     /*!
      * To define the hight dimension to generated: 3 = hexas, 2 = quads, 1 = segments, 0 = nodes