mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 07:50:34 +05:00
0019923: EDF 765 SMESH : default values of hypothesis
fix SetBoundaryBoxSegmentation() to return nothing
This commit is contained in:
parent
a7b26b38cf
commit
2e91e44cab
@ -409,8 +409,7 @@ class smeshDC(SMESH._objref_SMESH_Gen):
|
||||
# Default value is 10
|
||||
# @ingroup l1_auxiliary
|
||||
def SetBoundaryBoxSegmentation(self, nbSegments):
|
||||
#return self.GetCurrentStudy()
|
||||
return SMESH._objref_SMESH_Gen.SetBoundaryBoxSegmentation(self,nbSegments)
|
||||
SMESH._objref_SMESH_Gen.SetBoundaryBoxSegmentation(self,nbSegments)
|
||||
|
||||
|
||||
# Filtering. Auxiliary functions:
|
||||
|
Loading…
Reference in New Issue
Block a user