]> SALOME platform Git repositories - modules/smesh.git/blobdiff - idl/SMESH_BasicHypothesis.idl
Salome HOME
[bos #38052][EDF](2023-T3) Option to replace polyhedrons by hexahedrons in the body...
[modules/smesh.git] / idl / SMESH_BasicHypothesis.idl
index 8f74876e835c7d17f49d44c9b40d2b5e927207b0..eb46c3c788bbe3b947224249daf112153538f72e 100644 (file)
@@ -1062,6 +1062,15 @@ module StdMeshers
      */
     void SetToCreateFaces(in boolean toCreate);
     boolean GetToCreateFaces();
+    
+    /*!
+     * Enable creation of mesh faces.
+     */
+    void SetToUseQuanta(in boolean toUseQuanta);
+    boolean GetToUseQuanta();
+
+    void SetQuanta(in double quanta) raises (SALOME::SALOME_Exception);
+    double GetQuanta();
 
     /*!
      * Return axes at which a number of generated hexahedra is maximal