Salome HOME
Dump Python Extension
authorouv <ouv@opencascade.com>
Mon, 15 Dec 2008 12:31:40 +0000 (12:31 +0000)
committerouv <ouv@opencascade.com>
Mon, 15 Dec 2008 12:31:40 +0000 (12:31 +0000)
doc/salome/gui/SMESH/input/index.doc
doc/salome/gui/SMESH/input/using_notebook_smesh_page.doc [new file with mode: 0644]

index 4f772a285884616e45f5a93d2a3e7e78eb5c561d..3bbebfe1cc693a459b4430e16058fa87ff7b9203 100644 (file)
@@ -5,6 +5,7 @@
 <ul>
 <li>\subpage introduction_to_mesh_page</li>
 <li>\subpage running_mesh_module_page</li>
+<li>\subpage using_notebook_mesh_page</li>
 <li>\subpage introduction_to_mesh_python_page</li>
 <li>\subpage creating_meshes_page</li>
 <ul>
diff --git a/doc/salome/gui/SMESH/input/using_notebook_smesh_page.doc b/doc/salome/gui/SMESH/input/using_notebook_smesh_page.doc
new file mode 100644 (file)
index 0000000..afe5279
--- /dev/null
@@ -0,0 +1,33 @@
+/*!
+
+\page using_notebook_mesh_page Using SALOME NoteBook in the MESH module
+
+It is possible to use variables defined through <b>SALOME NoteBook</b> for
+creation and modification of objects in the MESH module with the following
+limitations:
+
+<ul>
+<li> \ref radial_prism_algo_page "Distribution of Layers" hypothesis -
+     parametrical values are correctly applied, but they are not restored
+     after "Update study" operation.
+<li> \ref a1d_meshing_hypo_page "Number of Segments" hypothesis, Distribution
+     with Table Density and Distribution with Analytic Density - parametrical
+     values are not applicable.
+<li> \ref translation_page "Translation" dialog box, default mode
+     (translation by two points) - parametrical values are correctly applied,
+     but they are not restored after "Update study" operation.
+<li> \ref merging_nodes_page "Merging nodes" dialog box - parametrical value
+     (tolerance of coincident nodes detection) is correctly applied,
+     but it is not restored after "Update study" operation.
+<li> \ref revolution_page "Revolution" dialog box - it is impossible to
+     use the angle of revolution as "total angle" if it is defined as variable.
+<li> \ref extrusion_along_path_page "Extrusion along a path" dialog box - it is
+     impossible to use "Linear variation of the angles" mode if at least one of
+     those angles is defined as variable.
+<li> \ref pattern_mapping_page "Pattern mapping" dialog box - parametrical
+     values (indices of nodes) are correctly applied, but they are not restored
+     after "Update study" operation.
+<li> \ref clipping_page "Clipping" dialog box.
+<li> <b>Colors / Size</b> dialog box.
+</ul>
+*/