From 177152819a130848109471325c3101dbf2b60e27 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 15 Jan 2016 18:41:01 +0300 Subject: [PATCH] 0023214: EDF 12190 - SetChordalError : no help --- src/BLSURFPlugin/BLSURFPluginBuilder.py | 6 ++++++ 1 file changed, 6 insertions(+) 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): -- 2.39.2