mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-25 20:47:54 +05:00

+ ## 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)
The file is empty.
Description
Languages
C++
85.2%
Python
12.8%
CMake
1.1%
HTML
0.4%
C
0.3%
Other
0.1%