Salome HOME
Add layers imprinting on faces.
[plugins/hybridplugin.git] / src / HYBRIDPlugin / HYBRIDPlugin_Hypothesis_i.hxx
index 858436ac9711865659a8683a90b86cbae06e70fb..609888385477ed0c4b88ce8969f7611440814b05 100644 (file)
@@ -60,6 +60,11 @@ class HYBRIDPLUGIN_EXPORT HYBRIDPlugin_Hypothesis_i:
    */
   void SetFacesWithLayers(const SMESH::long_array& faceIDs);
   SMESH::long_array* GetFacesWithLayers();
+  /*!
+   * IDs of faces to imprint the layers on
+   */
+  void SetFacesWithImprinting(const SMESH::long_array& faceIDs);
+  SMESH::long_array* GetFacesWithImprinting();
   /*!
    * To mesh "layers on all wrap". Default is to mesh.
    */