]> SALOME platform Git repositories - plugins/hybridplugin.git/blobdiff - idl/HYBRIDPlugin_Algorithm.idl
Salome HOME
IMP23371: [CEA 1441] Define the faces where we impose the boundary layer from the...
[plugins/hybridplugin.git] / idl / HYBRIDPlugin_Algorithm.idl
index 7f6233a1c2cfdb293cff630c35d6f93462aed736..9732ad5af104905bcd371fca1bf663c7af9e74b9 100644 (file)
@@ -78,6 +78,11 @@ module HYBRIDPlugin
      */
     void SetLayersOnAllWrap(in boolean toMesh);
     boolean GetLayersOnAllWrap();
+    /*!
+     * To mesh layers on given faces.
+     */
+    void SetFacesWithLayers(in SMESH::long_array faceIDs);
+    SMESH::long_array GetFacesWithLayers();
     /*!
      * To make groups of volumes of different domains when mesh is generated from skin.
      * Default is to make groups.