X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2Fdoc%2FexportFeature.rst;h=be697bd006cdcb01d1074e83f8af5069acfd4adf;hb=bcd96990e1fca77402d522bc8b095ebfa1091894;hp=a007d400b459ed9c8d92a7285606611192ebcd57;hpb=547a3952b37fe76f0d4e031a7d8a943ac6a45bb5;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/doc/exportFeature.rst b/src/ExchangePlugin/doc/exportFeature.rst index a007d400b..be697bd00 100644 --- a/src/ExchangePlugin/doc/exportFeature.rst +++ b/src/ExchangePlugin/doc/exportFeature.rst @@ -1,3 +1,49 @@ Export ====== + +The export feature allows exporting objects from the current study to an external file. + +It is possible to export objects to files in the following formats: BREP, STEP, IGES, XAO. To export objects to a file: + +#. select in the Main Menu *Part - > Export* item or +#. click **Export** button in the toolbar. + +.. image:: images/export.png + :align: center + +.. centered:: + **Export** button + +The following property panel will be opened: + +.. image:: images/Export_panel.png + :align: center + +.. centered:: + **Export property panel** + +In this panel, it is necessary to select desirable format of export file. It can be **'BREP, STEP, IGES'** or **'XAO'**. In case of first choice the format of exported file will be defined according to file extension. The file name and path can be defined in **Export file** field by direct input or browsing with **'...'** button, which opens **Export file** dialog box: + +.. image:: images/ExportFileDlg.png + :align: center + +.. centered:: + **Export file dialog box** + +Selection list in the property panel contains a list of exported objects which can be selected in a viewer or object browser. + +**Apply** button exports the file. + +**Cancel** button cancels the operation. + +**TUI Command**: *model.exportToFile(Part_doc, FileNameString, ObjectsList)* + +**Arguments**: Part + file name string + list of objects. + +Result +"""""" + +The Result of operation is an exported file. + +**See Also** a sample TUI Script of :ref:`tui_export_file` operation.