Salome HOME
0019923: EDF 765 SMESH : default values of hypothesis
authoreap <eap@opencascade.com>
Mon, 19 Jan 2009 08:04:08 +0000 (08:04 +0000)
committereap <eap@opencascade.com>
Mon, 19 Jan 2009 08:04:08 +0000 (08:04 +0000)
commita7b26b38cfefc415b1da40c5d648268f6af7746f
treefdee79d450da7846f4781266487f3c0a67714852
parentb6e94f69bb56904dc1a12a56ab375b645ada338a
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)
src/SMESH_SWIG/smeshDC.py