From: eap Date: Fri, 12 Oct 2018 14:48:45 +0000 (+0300) Subject: 23603: [CEA 2246] : no attribute SetDecimesh X-Git-Tag: V9_2_0a2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2b624e1bbec99d768b3054b66ee6bc76be617fb8;p=plugins%2Fblsurfplugin.git 23603: [CEA 2246] : no attribute SetDecimesh remove obsolete method --- diff --git a/src/BLSURFPlugin/BLSURFPluginBuilder.py b/src/BLSURFPlugin/BLSURFPluginBuilder.py index 4bc72aa..e84497c 100644 --- a/src/BLSURFPlugin/BLSURFPluginBuilder.py +++ b/src/BLSURFPlugin/BLSURFPluginBuilder.py @@ -198,15 +198,6 @@ class BLSURF_Algorithm(Mesh_Algorithm): self.Parameters().SetTopology(way) pass - ## To respect geometrical edges or not. - # @param toIgnoreEdges "ignore edges" flag value - def SetDecimesh(self, toIgnoreEdges=False): - if toIgnoreEdges: - self.SetOptionValue("respect_geometry","0") - else: - self.SetOptionValue("respect_geometry","1") - pass - ## Sets verbosity level in the range 0 to 100. # @param level verbosity level def SetVerbosity(self, level):