Salome HOME
sauve0206
[tools/eficas.git] / Doc / commentaires_parametres.rst
1 Parameters and comments
2 ========================
3
4 Parameters 
5 -----------
6 The users can define parameters. As parameters, Eficas accepts :
7
8 - Real
9 - String
10 - Integer
11 - List
12
13 A parameter's definition can use existing parameters such as :
14 eps=sqrt((((W / NX) ** 2) + ((H / NY) ** 2)))
15
16 right-click menus on tree items allows you to add a parameter.
17
18 .. image:: images/Parametres.png
19    :align: center
20
21
22 Pushing on "Parametres" Pushbutton opens a dialog containing all already existing parameters. You can define as many parameters as needed 
23 at once.
24
25 .. image:: images/Parametres1.png
26    :align: center
27
28
29 to use a parameter, just type its name.
30
31 .. image:: images/Parametres2.png
32    :align: center
33
34
35 Comments 
36 ---------
37
38 Comments may refer to :
39
40 - user annotation. In this case, background label is white.
41 - generated comment. In this case, background label is light grey.
42
43
44 .. image:: images/Commentaire.png
45    :align: center
46