Salome HOME
Corrections for the user's manual from the English language point of view
[modules/shaper.git] / src / ExchangePlugin / doc / importFeature.rst
index b033d5be553df250f19227010f56e6af6a704fac..d5042d1ca5645fa21cbbeb802837350d02184f72 100644 (file)
@@ -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.