Salome HOME
Merge branch HELP_DOCUMENTATION_EDITING into master.
[modules/shaper.git] / src / ExchangePlugin / doc / dumpFeature.rst
1
2 Dump
3 ====
4
5 The feature Dump allows to export a current study to a Python script wich dumps process of creation of the study as a sequence of Python commands.
6
7 It is possible to dump current study state into a Python script. To dump a study:
8
9 #. select in the Main Menu *Part - > Dump* item  or
10 #. click **Dump** button in the toolbar.
11
12 .. image:: images/dump.png
13    :align: center
14
15 .. centered::
16    **Dump**  button 
17
18 The following property panel will be opened:
19
20 .. image:: images/Dump_panel.png
21    :align: center
22         
23 .. centered::
24    **Dump property panel**
25
26 In this panel it is necessary to enter a file name directly into input field or press **'...'** button and browse it with help of dump file dialog box:
27
28 .. image:: images/DumpFileDlg.png
29    :align: center
30         
31 .. centered::
32    **Dump file dialog box**
33   
34 **Apply** button writes the dump file.
35   
36 **Cancel** button cancels operation.
37
38 **TUI Command**: Is not supported.
39
40 Result
41 """"""
42
43 The Result of the operation is a Python file.