mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-07 01:44:17 +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
|
# Default value is 10
|
||||||
# @ingroup l1_auxiliary
|
# @ingroup l1_auxiliary
|
||||||
def SetBoundaryBoxSegmentation(self, nbSegments):
|
def SetBoundaryBoxSegmentation(self, nbSegments):
|
||||||
#return self.GetCurrentStudy()
|
SMESH._objref_SMESH_Gen.SetBoundaryBoxSegmentation(self,nbSegments)
|
||||||
return SMESH._objref_SMESH_Gen.SetBoundaryBoxSegmentation(self,nbSegments)
|
|
||||||
|
|
||||||
|
|
||||||
# Filtering. Auxiliary functions:
|
# Filtering. Auxiliary functions:
|
||||||
|
Loading…
Reference in New Issue
Block a user