mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 21:40:32 +05:00
0019923: EDF 765 SMESH : default values of hypothesis
+ ## Sets number of segments per diagonal of boundary box of geometry by which + # default segment length of appropriate 1D hypotheses is defined. + # Default value is 10 + # @ingroup l1_auxiliary + def SetBoundaryBoxSegmentation(self, nbSegments): + #return self.GetCurrentStudy() + return SMESH._objref_SMESH_Gen.SetBoundaryBoxSegmentation(self,nbSegments)
This commit is contained in:
parent
b6e94f69bb
commit
a7b26b38cf
@ -404,6 +404,14 @@ class smeshDC(SMESH._objref_SMESH_Gen):
|
||||
def GetPattern(self):
|
||||
return SMESH._objref_SMESH_Gen.GetPattern(self)
|
||||
|
||||
## Sets number of segments per diagonal of boundary box of geometry by which
|
||||
# default segment length of appropriate 1D hypotheses is defined.
|
||||
# Default value is 10
|
||||
# @ingroup l1_auxiliary
|
||||
def SetBoundaryBoxSegmentation(self, nbSegments):
|
||||
#return self.GetCurrentStudy()
|
||||
return SMESH._objref_SMESH_Gen.SetBoundaryBoxSegmentation(self,nbSegments)
|
||||
|
||||
|
||||
# Filtering. Auxiliary functions:
|
||||
# ------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user