From: eap Date: Wed, 18 Nov 2009 12:00:38 +0000 (+0000) Subject: def SetPhySize(self, theVal): X-Git-Tag: V5_1_3~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f1a5c6c46a3fcb8bb5abd692ca0856ce046c6314;p=modules%2Fsmesh.git def SetPhySize(self, theVal): # Parameter of BLSURF algo + self.SetPhysicalMesh(1) #Custom - else why to set the size? self.Parameters().SetPhySize(theVal) --- 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).