X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_BasicHypothesis.idl;h=a8f9b31b1313fb0b580f6f3ea7f4041b0da732be;hp=72d1b1a2d2817cd9e7cd4bc128332ffe3a182ff2;hb=80fe1ddefc561a7a571ac08807f7d173f45d8080;hpb=1c3a10f8107fc78132341eb9543a42b4ea0e4fa0 diff --git a/idl/SMESH_BasicHypothesis.idl b/idl/SMESH_BasicHypothesis.idl index 72d1b1a2d..a8f9b31b1 100644 --- a/idl/SMESH_BasicHypothesis.idl +++ b/idl/SMESH_BasicHypothesis.idl @@ -433,6 +433,13 @@ module StdMeshers */ void SetDeflection(in double deflection) raises (SALOME::SALOME_Exception); double GetDeflection(); + + /*! + * Sets parameter value, + * i.e. how much size of adjacent elements can differ + */ + void SetGrading(in double grading) raises (SALOME::SALOME_Exception); + double GetGrading(); }; /*!