X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBLSURFPlugin%2FBLSURFPluginBuilder.py;h=a1833a5001bf3fccee93f6179258b6a969a24937;hb=1385cad49b9b5c0e2dc64d86a7098294ed712ff8;hp=084b8c7561fd4088285fa7ddb4ccdbadee87350a;hpb=0d3082a841df02944ed867bbdfee21658fa17224;p=plugins%2Fblsurfplugin.git diff --git a/src/BLSURFPlugin/BLSURFPluginBuilder.py b/src/BLSURFPlugin/BLSURFPluginBuilder.py index 084b8c7..a1833a5 100644 --- a/src/BLSURFPlugin/BLSURFPluginBuilder.py +++ b/src/BLSURFPlugin/BLSURFPluginBuilder.py @@ -159,6 +159,7 @@ class BLSURF_Algorithm(Mesh_Algorithm): pass ## Sets maximal allowed ratio between the lengths of two adjacent edges. + # @param toUseGradation to use gradation # @param theVal value of maximal length ratio def SetGradation(self, toUseGradation=True, theVal=_gradation): if isinstance( toUseGradation, float ): ## backward compatibility @@ -169,6 +170,7 @@ class BLSURF_Algorithm(Mesh_Algorithm): pass ## Sets maximal allowed ratio between the lengths of two adjacent edges in 3D mesh. + # @param toUseGradation to use gradation # @param theVal value of maximal length ratio def SetVolumeGradation(self, toUseGradation=True, theVal=_gradation): if self.Parameters().GetGeometricMesh() == 0: theVal = self._volume_gradation