X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2Fdoc%2FimportFeature.rst;h=d5042d1ca5645fa21cbbeb802837350d02184f72;hb=bcd96990e1fca77402d522bc8b095ebfa1091894;hp=b033d5be553df250f19227010f56e6af6a704fac;hpb=547a3952b37fe76f0d4e031a7d8a943ac6a45bb5;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/doc/importFeature.rst b/src/ExchangePlugin/doc/importFeature.rst index b033d5be5..d5042d1ca 100644 --- a/src/ExchangePlugin/doc/importFeature.rst +++ b/src/ExchangePlugin/doc/importFeature.rst @@ -1,3 +1,53 @@ Import ====== + +The Import feature allows importing an external file into a current study. + +It is possible to import files in the following formats: BREP, STEP, IGES, XAO. To import a file into active part: + +#. select in the Main Menu *Part - > Import* item or +#. click **Import** button in the toolbar. + +.. image:: images/import.png + :align: center + +.. centered:: + **Import** button + +The following property panel will be opened: + +.. image:: images/Import_panel.png + :align: center + +.. centered:: + **Import property panel** + +In this panel it is possible to enter a file name directly or press **'...'** button and browse it with help of import file dialog box: + +.. image:: images/OpenFileDlg.png + :align: center + +.. centered:: + **Import file dialog box** + +**Apply** button imports the file. + +**Cancel** button cancels the operation. + +**TUI Command**: *model.addImport(Part_doc, FileNameString)* + +**Arguments**: Part + file name string. + +Result +"""""" + +The Result of the operation depends on the imported file content. + +.. image:: images/FileImported.png + :align: center + +.. centered:: + Import of BREP file. + +**See Also** a sample TUI Script of :ref:`tui_import_file` operation.