From: mzn
Date: Mon, 30 Oct 2006 08:50:24 +0000 (+0000)
Subject: Fix for bug PAL12557(V3_2_0b2: SMESH documentation for scripts not up to date).
X-Git-Tag: V3_2_3pre1~8
X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d491005a536421427251784108cfea5d35ccc762;p=modules%2Fsmesh.git
Fix for bug PAL12557(V3_2_0b2: SMESH documentation for scripts not up to date).
---
diff --git a/doc/salome/gui/SMESH/defining_hypotheses_tui.htm b/doc/salome/gui/SMESH/defining_hypotheses_tui.htm
index 144d56530..d067e6fb6 100755
--- a/doc/salome/gui/SMESH/defining_hypotheses_tui.htm
+++ b/doc/salome/gui/SMESH/defining_hypotheses_tui.htm
@@ -432,9 +432,11 @@ if (window.writeIntopicBar)
import
- smesh
+ geompy
+
+import smesh
-import salome
+import salome
@@ -855,9 +857,8 @@ if (window.writeIntopicBar)
# create a Netgen_2D3D
algorithm for solids
-is3D = 1
-
-algo3D = tetraN.Netgen(is3D)
+algo3D = tetraN.Tetrahedron(smesh.FULL_NETGEN)
+
diff --git a/doc/salome/gui/SMESH/grouping_elements.htm b/doc/salome/gui/SMESH/grouping_elements.htm
index 173e22108..cab59599f 100755
--- a/doc/salome/gui/SMESH/grouping_elements.htm
+++ b/doc/salome/gui/SMESH/grouping_elements.htm
@@ -7,23 +7,21 @@