]> SALOME platform Git repositories - plugins/blsurfplugin.git/blobdiff - idl/BLSURFPlugin_Algorithm.idl
Salome HOME
23368: [CEA 1865] Possibility to define faces to mesh as a single one: transpatch...
[plugins/blsurfplugin.git] / idl / BLSURFPlugin_Algorithm.idl
index 98469977674894c0f4a42b656d20b1fbcfd7bc5a..1296ba19e9f3fcfff4eef6624e38a20f9a066a87 100644 (file)
@@ -119,6 +119,10 @@ module BLSURFPlugin
   };
   
   typedef sequence<TPreCadPeriodicity> TPeriodicityList;
+
+  // Hyper-patches
+  typedef sequence<long> THyperPatch;
+  typedef sequence<THyperPatch> THyperPatchList;
   
   /*!
    * BLSURFPlugin_BLSURF: interface of BLSURF algorithm
@@ -430,6 +434,12 @@ module BLSURFPlugin
     void SetTags( in string howToTreat ) raises (SALOME::SALOME_Exception);
     string GetTags();
 
+    /*!
+     * Set hyper-patches
+     */
+    void SetHyperPatches(in THyperPatchList hpl);
+    THyperPatchList GetHyperPatches();
+
     /*!
      * To merges edges.
      */