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