Salome HOME
[bos #40653][CEA] New mesh import export formats with meshio.
[modules/smesh.git] / idl / SMESH_BasicHypothesis.idl
index 8f74876e835c7d17f49d44c9b40d2b5e927207b0..c8fcd58e0ebcc75db3738ec3948cb64a016664e8 100644 (file)
@@ -201,6 +201,18 @@ module StdMeshers
     double GetScaleFactor()
       raises (SALOME::SALOME_Exception);
 
+    /*!
+     * Sets <beta> coefficient for Beta Law distribution
+     */
+    void SetBeta(in double beta)
+      raises (SALOME::SALOME_Exception);
+
+    /*!
+     * Returns <beta> coefficient for Beta Law distribution
+     */
+    double GetBeta()
+      raises (SALOME::SALOME_Exception);
+
     /*!
      * Sets <table function> parameter value for distribution DT_TabFunc
      */
@@ -1062,6 +1074,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