mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-01 11:25:36 +05:00
def SetPhySize(self, theVal):
# Parameter of BLSURF algo + self.SetPhysicalMesh(1) #Custom - else why to set the size? self.Parameters().SetPhySize(theVal)
This commit is contained in:
parent
30de27ee11
commit
f1a5c6c46a
@ -4158,6 +4158,7 @@ class Mesh_Triangle(Mesh_Algorithm):
|
|||||||
# @ingroup l3_hypos_blsurf
|
# @ingroup l3_hypos_blsurf
|
||||||
def SetPhySize(self, theVal):
|
def SetPhySize(self, theVal):
|
||||||
# Parameter of BLSURF algo
|
# Parameter of BLSURF algo
|
||||||
|
self.SetPhysicalMesh(1) #Custom - else why to set the size?
|
||||||
self.Parameters().SetPhySize(theVal)
|
self.Parameters().SetPhySize(theVal)
|
||||||
|
|
||||||
## Sets lower boundary of mesh element size (PhySize).
|
## Sets lower boundary of mesh element size (PhySize).
|
||||||
|
Loading…
Reference in New Issue
Block a user