X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2Fdoc%2FimportFeature.rst;h=937562ca483e43553c6909aa6d286be409cd4509;hb=0fcd69345a4dfdb31e252574c68bc70e123999e8;hp=d5042d1ca5645fa21cbbeb802837350d02184f72;hpb=b7ec3c27f028060b3c42b7da6fa3dfe962fe26e4;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/doc/importFeature.rst b/src/ExchangePlugin/doc/importFeature.rst index d5042d1ca..937562ca4 100644 --- a/src/ExchangePlugin/doc/importFeature.rst +++ b/src/ExchangePlugin/doc/importFeature.rst @@ -1,3 +1,4 @@ +.. |import.icon| image:: images/import.png Import ====== @@ -7,13 +8,7 @@ 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 +#. click |import.icon| **Import** button in the toolbar. The following property panel will be opened: @@ -35,9 +30,12 @@ In this panel it is possible to enter a file name directly or press **'...'** bu **Cancel** button cancels the operation. -**TUI Command**: *model.addImport(Part_doc, FileNameString)* +**TUI Command**: + +.. py:function:: model.addImport(Part_doc, FileNameString) -**Arguments**: Part + file name string. + :param part: The current part object + :param string: A file name string. Result """"""