]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Update GUI documentation V5_1_1a1
authormaintenance team <salome-mnt@opencascade.com>
Fri, 20 Feb 2009 13:47:44 +0000 (13:47 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Fri, 20 Feb 2009 13:47:44 +0000 (13:47 +0000)
doc/salome/gui/images/addnode_notebook.png [new file with mode: 0755]
doc/salome/gui/images/box3.png [new file with mode: 0755]
doc/salome/gui/input/study_management_chapter.doc
doc/salome/gui/input/using_notebook.doc

diff --git a/doc/salome/gui/images/addnode_notebook.png b/doc/salome/gui/images/addnode_notebook.png
new file mode 100755 (executable)
index 0000000..4abab33
Binary files /dev/null and b/doc/salome/gui/images/addnode_notebook.png differ
diff --git a/doc/salome/gui/images/box3.png b/doc/salome/gui/images/box3.png
new file mode 100755 (executable)
index 0000000..b64fdf9
Binary files /dev/null and b/doc/salome/gui/images/box3.png differ
index f855d4397ba5e9ea2cf2a7a9604f2e7f9073e324..524a4f121774edb56cc20332de35c1ec77d876d4 100644 (file)
@@ -73,7 +73,7 @@ saved in the Python file.
 </ul>
 To confirm your choice click \b Save.
 
-<b>Notebook</b> - allows to manage study variables using \subpage using_notebook "NoteBook".
+\subpage using_notebook "Notebook" - allows to predefine study variables.
 
 <b>Load Script</b> - allows to load a saved Python Script.
 
index d48fe8fcb33daabf50684579c962dec0d76bbda3..3ddf965bf0a517cf33b3ab949c4bfedde5ea59a0 100644 (file)
@@ -2,9 +2,8 @@
 
 \page using_notebook Using NoteBook
 
-SALOME <b>NoteBook</b> is destined for managing numerical and boolean
-parameters (variables) which are used to create and modify objects in
-different components.
+SALOME <b>NoteBook</b> allows to predefine numerical and boolean
+parameters (variables).
 
 To open the <b>NoteBook</b> choose <b>File > Notebook</b>, the following
 dialog box will appear:
@@ -19,8 +18,16 @@ study, you should click <b>Update Study</b> button to apply your changes
 to the study.
 
 \note The dialog will not be validated until at least one of variables in
-the table has invalid name or value (marked by red color). Names of
+the table has an invalid name or value (marked by red color). The names of
 variables should be unique and their values should be numerical (integer or
 double) or boolean ("True" / "False").
 
+Later these values can be used as parameters for any operations in
+various components. For example:
+
+\image html box3.png "Box creation in Geometry module"
+
+\image html addnode_notebook.png "Node added in Mesh module"
+
+
 */
\ No newline at end of file