From: eap Date: Fri, 15 Jan 2016 15:41:01 +0000 (+0300) Subject: 0023214: EDF 12190 - SetChordalError : no help X-Git-Tag: V8_0_0rc1^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=177152819a130848109471325c3101dbf2b60e27;p=plugins%2Fblsurfplugin.git 0023214: EDF 12190 - SetChordalError : no help --- diff --git a/src/BLSURFPlugin/BLSURFPluginBuilder.py b/src/BLSURFPlugin/BLSURFPluginBuilder.py index f06850f..b231394 100644 --- a/src/BLSURFPlugin/BLSURFPluginBuilder.py +++ b/src/BLSURFPlugin/BLSURFPluginBuilder.py @@ -151,6 +151,12 @@ class BLSURF_Algorithm(Mesh_Algorithm): self.Parameters().SetAngleMesh(theVal) pass + ## Sets the maximum desired distance between a triangle and its supporting CAD surface + # @param distance the distance between a triangle and a surface + def SetChordalError(self, distance): + self.Parameters().SetChordalError(distance) + pass + ## Sets maximal allowed ratio between the lengths of two adjacent edges. # @param theVal value of maximal length ratio def SetGradation(self, theVal=_gradation):