X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2Fdoc%2FimportFeature.rst;h=d5042d1ca5645fa21cbbeb802837350d02184f72;hb=bcd96990e1fca77402d522bc8b095ebfa1091894;hp=c1c604d7ea1129ea6268c84e58833284d96e3dba;hpb=db1f629785c83f9691b1707b3fd11a26625c7a26;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/doc/importFeature.rst b/src/ExchangePlugin/doc/importFeature.rst index c1c604d7e..d5042d1ca 100644 --- a/src/ExchangePlugin/doc/importFeature.rst +++ b/src/ExchangePlugin/doc/importFeature.rst @@ -2,9 +2,9 @@ Import ====== -The feature Import allows to import an external file into a current study. +The Import feature allows importing an external file into a current study. -It is possible to import files in following formats: BREP, STEP, IGES, XAO. To import a file into active part: +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. @@ -23,7 +23,7 @@ The following property panel will be opened: .. centered:: **Import property panel** -In this panel it is possible to enter a file name directly into input field or press **'...'** button and browse it with help of import file dialog box: +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 @@ -33,7 +33,7 @@ In this panel it is possible to enter a file name directly into input field or p **Apply** button imports the file. -**Cancel** button cancels operation. +**Cancel** button cancels the operation. **TUI Command**: *model.addImport(Part_doc, FileNameString)* @@ -42,7 +42,7 @@ In this panel it is possible to enter a file name directly into input field or p Result """""" -The Result of the operation depends on content of imported file. +The Result of the operation depends on the imported file content. .. image:: images/FileImported.png :align: center @@ -50,4 +50,4 @@ The Result of the operation depends on content of imported file. .. centered:: Import of BREP file. -**See Also** a sample TUI Script of a :ref:`tui_import_file` operation. +**See Also** a sample TUI Script of :ref:`tui_import_file` operation.