Salome HOME
Merge remote-tracking branch 'remotes/origin/EDF_2020_Lot2'
[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 .. figure:: images/Dump_panel.png
16    :align: center
17
18    **Dump property panel**
19
20 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:
21
22 .. figure:: images/DumpFileDlg.png
23    :align: center
24
25    **Dump file dialog box**
26   
27 **Apply** button writes the dump file.
28   
29 **Cancel** button cancels the operation.
30
31 **TUI Command**: Is not supported.
32
33 Result
34 """"""
35
36 The Result of the operation is a Python file.