Salome HOME
optparse => argparse
[modules/hexablock.git] / doc / gui_document.rst
1 :tocdepth: 3
2
3 .. _guidocument:
4
5 ========
6 Document
7 ========
8
9 To create a new document in the **Main Menu** select **Document -> New Document**.
10
11 To load a document in the **Main Menu** select **Document -> Load Document**.
12
13 To save a document in the **Main Menu** select **Document -> Save Document**.
14
15 A document contains all the information to generate a hexahedral mesh:
16
17 - the model of blocks,
18 - all associations,
19 - all groups,
20 - all laws set on propagations.
21
22 The dialogue box to load a document is:
23
24 .. image:: _static/gui_import_document.png
25    :align: center
26
27 .. centered::
28    Import Document
29
30 The result of this action is:
31
32 .. image:: _static/gui_new_document.png
33    :align: center
34
35 .. centered::
36    New Document
37
38
39 TUI command: :ref:`tuidocument`