X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FSMESH_BasicHypothesis.idl;h=5dbdc5fbdd4b66e809144da48b8dfa7a47c5a39e;hb=HEAD;hp=8f74876e835c7d17f49d44c9b40d2b5e927207b0;hpb=3b570ddfbea2964cea7fe285a5722c45bf0675ee;p=modules%2Fsmesh.git diff --git a/idl/SMESH_BasicHypothesis.idl b/idl/SMESH_BasicHypothesis.idl index 8f74876e8..c8fcd58e0 100644 --- a/idl/SMESH_BasicHypothesis.idl +++ b/idl/SMESH_BasicHypothesis.idl @@ -201,6 +201,18 @@ module StdMeshers double GetScaleFactor() raises (SALOME::SALOME_Exception); + /*! + * Sets coefficient for Beta Law distribution + */ + void SetBeta(in double beta) + raises (SALOME::SALOME_Exception); + + /*! + * Returns coefficient for Beta Law distribution + */ + double GetBeta() + raises (SALOME::SALOME_Exception); + /*! * Sets 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