From f1a5c6c46a3fcb8bb5abd692ca0856ce046c6314 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 18 Nov 2009 12:00:38 +0000 Subject: [PATCH] def SetPhySize(self, theVal): # Parameter of BLSURF algo + self.SetPhysicalMesh(1) #Custom - else why to set the size? self.Parameters().SetPhySize(theVal) --- src/SMESH_SWIG/smeshDC.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index f45c815a4..484b68682 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -4158,6 +4158,7 @@ class Mesh_Triangle(Mesh_Algorithm): # @ingroup l3_hypos_blsurf def SetPhySize(self, theVal): # Parameter of BLSURF algo + self.SetPhysicalMesh(1) #Custom - else why to set the size? self.Parameters().SetPhySize(theVal) ## Sets lower boundary of mesh element size (PhySize). -- 2.30.2