SALOME Mesh module
Go to file
eap a7b26b38cf 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)
2009-01-19 08:04:08 +00:00
adm_local Implement 'make dist' and 'make distcheck' steps support 2008-09-16 03:20:19 +00:00
bin Implement 'make dist' and 'make distcheck' steps support 2008-09-16 03:20:19 +00:00
doc IMP19938 2009-01-16 13:21:30 +00:00
idl 0019923: EDF 765 SMESH : default values of hypothesis 2009-01-16 14:51:59 +00:00
resources 0019923: EDF 765 SMESH : default values of hypothesis 2009-01-16 14:54:33 +00:00
src 0019923: EDF 765 SMESH : default values of hypothesis 2009-01-19 08:04:08 +00:00
AUTHORS Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
build_configure Merge from V4_1_0_maintainance branch (from tag mergeto_BR_QT4_Dev_08Jul08) 2008-07-23 11:49:09 +00:00
ChangeLog DCQ : Merge with Ecole_Ete_a6. 2004-06-18 08:34:31 +00:00
clean_configure Implement 'make dist' and 'make distcheck' steps support 2008-09-16 03:20:19 +00:00
configure.ac Changing version to 5.1.0 2008-10-29 08:52:45 +00:00
COPYING Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
cvs-tags DCQ : Merge with Ecole_Ete_a6. 2004-06-18 08:34:31 +00:00
INSTALL Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00
LICENCE NRI : add LICENCE file 2003-11-06 11:34:19 +00:00
Makefile.am Implement 'make dist' and 'make distcheck' steps support 2008-09-16 03:20:19 +00:00
NEWS Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
README Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
SMESH_version.h.in Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00