Salome HOME
92e48a4fc2e34bd40899c56e92ca5f1ce7eebbf4
[modules/smesh.git] / doc / salome / gui / SMESH / input / using_notebook_smesh_page.doc
1 /*!
2
3 \page using_notebook_mesh_page Using SALOME NoteBook
4
5 It is possible to use variables defined through <b>SALOME NoteBook</b> for
6 creation and modification of objects in the MESH module with the following
7 limitations:
8
9 <ul>
10 <li> \ref radial_prism_algo_page "Distribution of Layers" hypothesis -
11      parametrical values are correctly applied, but they are not restored
12      after "Update study" operation.
13 <li> \ref a1d_meshing_hypo_page "Number of Segments" hypothesis, Distribution
14      with Table Density and Distribution with Analytic Density - parametrical
15      values are not applicable.
16 <li> \ref translation_page "Translation" dialog box, default mode
17      (translation by two points) - parametrical values are correctly applied,
18      but they are not restored after "Update study" operation.
19 <li> \ref merging_nodes_page "Merging nodes" dialog box - parametrical value
20      (tolerance of coincident nodes detection) is correctly applied,
21      but it is not restored after "Update study" operation.
22 <li> \ref revolution_page "Revolution" dialog box - it is impossible to
23      use the angle of revolution as "total angle" if it is defined as variable.
24 <li> \ref extrusion_along_path_page "Extrusion along a path" dialog box - it is
25      impossible to use "Linear variation of the angles" mode if at least one of
26      those angles is defined as variable.
27 <li> \ref pattern_mapping_page "Pattern mapping" dialog box - parametrical
28      values (indices of nodes) are correctly applied, but they are not restored
29      after "Update study" operation.
30 <li> \ref clipping_page "Clipping" dialog box.
31 <li> <b>Colors / Size</b> dialog box.
32 </ul>
33
34 Here is an example of setting of variables in SALOME NoteBook:
35
36 \image html using_notebook_smesh.png "Setting of variables in SALOME NoteBook"
37
38 Example of using of these variables in MESH GUI:
39
40 \image html addnode_notebook.png "Node added in MESH module"
41
42 Our <b>TUI Scripts</b> provide you with useful examples of 
43 \ref tui_notebook_smesh "Using SALOME NoteBook".
44
45 */