From 2b624e1bbec99d768b3054b66ee6bc76be617fb8 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 12 Oct 2018 17:48:45 +0300 Subject: [PATCH] 23603: [CEA 2246] : no attribute SetDecimesh remove obsolete method --- src/BLSURFPlugin/BLSURFPluginBuilder.py | 9 --------- 1 file changed, 9 deletions(-) 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): -- 2.39.2