Salome HOME
Revert "Fix for the issue 18884 : result still published in SHAPER_STUDY after being...
[modules/shaper.git] / src / ConnectorPlugin / doc / ConnectorPlugin.rst
index 68009ee06719f2f94ea00212dfad7c9a8808d6f8..aa775167f5566bc44685806f58d909c4fbce0c8c 100644 (file)
@@ -1,3 +1,4 @@
+.. |geom_export.icon|    image:: images/geom_export.png
 
 Connector plug-in
 =================
@@ -5,16 +6,12 @@ Connector plug-in
 Connector plug-in is used to export Results, Groups, Fields created in active part into GEOM module:
 
 #. select in the Main Menu *Feature - > Export to GEOM* item  or
-#. click **Export to GEOM** button in Shaper toolbar:
+#. click |geom_export.icon| **Export to GEOM** button in Shaper toolbar:
 
-.. image:: images/geom_export.png 
-  :align: center
+**TUI Command**:
 
-.. centered::
-   Export to GEOM button 
+.. py:function:: model.exportGEOM(part)
 
-**TUI Command**: *model.exportGEOM(part)*
-
-**Arguments**:  1 part
+    :param part: The current part object
 
 The result can be checked in GEOM module.
\ No newline at end of file