X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2Fdoc%2FexportFeature.rst;h=e4deafb4f346a9d5e566f97ee7771bcf64e1e314;hb=aa941d4038c5880146ea98adc84e5d02fc729c49;hp=5867d1bf5081ca6d543f88349660022aa6c7fa82;hpb=ce72dd01645885d720b731795d676e2feeabc8d6;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/doc/exportFeature.rst b/src/ExchangePlugin/doc/exportFeature.rst index 5867d1bf5..e4deafb4f 100644 --- a/src/ExchangePlugin/doc/exportFeature.rst +++ b/src/ExchangePlugin/doc/exportFeature.rst @@ -95,6 +95,7 @@ In case of first choice the format of exported file will be defined according to Selection list in the property panel contains a list of exported objects which can be selected in a viewer or object browser. +*Note*: For XAO format, selection list is not available, the whole part is exported. **Apply** button exports the file. @@ -109,20 +110,14 @@ Selection list in the property panel contains a list of exported objects which c :param list: A list of exporting objects -.. py:function:: model.exportToXAO(Part_doc, FileNameString, [ObjectsList, Author, GeometryName]) +.. py:function:: model.exportToXAO(Part_doc, FileNameString, Author="", GeometryName="") +.. py:function:: model.exportToXAO(Part_doc, FileNameString, Object, Author="", GeometryName="") :param part: The current part object :param string: The file name - :param list: A list of exporting objects, if necessary - :param string: The name of the author - :param string: The name for the shape processed in GEOMETRY module - -Result -"""""" - -The Result of operation is an exported file. - -**See Also** a sample TUI Script of :ref:`tui_export_file` operation. + :param object: An exporting object, if necessary + :param string: The name of the author, empty by default + :param string: The name for the shape processed in GEOMETRY module, empty by default Result """"""