X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2Fdoc%2FdumpFeature.rst;h=515271509f5226084ceaa690b2e6944386080eb0;hb=aa941d4038c5880146ea98adc84e5d02fc729c49;hp=ab68b076c3aeffaec4c309a70a9569ba7dd20425;hpb=db1f629785c83f9691b1707b3fd11a26625c7a26;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/doc/dumpFeature.rst b/src/ExchangePlugin/doc/dumpFeature.rst index ab68b076c..515271509 100644 --- a/src/ExchangePlugin/doc/dumpFeature.rst +++ b/src/ExchangePlugin/doc/dumpFeature.rst @@ -1,39 +1,32 @@ +.. |dump.icon| image:: images/dump.png Dump ==== -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. +The Dump feature allows exporting a current study to a Python script which dumps the study creation process as a sequence of Python commands. -It is possible to dump current study state into a Python script. To dump a study: +It is possible to dump the current study state into a Python script. To dump a study: #. select in the Main Menu *Part - > Dump* item or -#. click **Dump** button in the toolbar. - -.. image:: images/dump.png - :align: center - -.. centered:: - **Dump** button +#. click |dump.icon| **Dump** button in the toolbar. The following property panel will be opened: -.. image:: images/Dump_panel.png +.. figure:: images/Dump_panel.png :align: center - -.. centered:: + **Dump property panel** -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: +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: -.. image:: images/DumpFileDlg.png +.. figure:: images/DumpFileDlg.png :align: center - -.. centered:: + **Dump file dialog box** **Apply** button writes the dump file. -**Cancel** button cancels operation. +**Cancel** button cancels the operation. **TUI Command**: Is not supported.