]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/doc/splitFeature.rst
Salome HOME
Correct documentation bugs, adapt for 'Read The Docs' theme (bos #18858)
[modules/shaper.git] / src / SketchPlugin / doc / splitFeature.rst
index d47cebba7eb5fa603e8de2b6600964fd53c0c1fb..4ab56d80c0c23268e45150bd24f9525f74ec93d0 100644 (file)
@@ -1,3 +1,4 @@
+.. |split.icon|    image:: images/Split.png
 
 Split
 =====
@@ -9,13 +10,7 @@ Split
 To create a Split in the active Sketch:
 
 #. select in the Main Menu *Sketch - > Split* item  or
-#. click **Split** button in Sketch toolbar:
-
-.. image:: images/split.png
-   :align: center
-
-.. centered::
-   **Split**  button
+#. click |split.icon| **Split** button in Sketch toolbar:
 
 Property panel:
 
@@ -37,9 +32,13 @@ The selected segment is highlighted in the view:
 .. centered::
    The segment to split off
 
-**TUI Command**: *Sketch_1.addSplit(Feature, PositionPoint)*
+**TUI Command**:
+
+.. py:function:: Sketch_1.addSplit(Feature, PositionPoint)
 
-**Arguments**:   feature (line, arc or circle) and position point (a point on the segment to split off or closest to it)
+    :param object: Line, arc or circle.
+    :param object: Position point (a point on the segment to split off or closest to it).
+    :return: Result object.
 
 Result
 """"""
@@ -52,4 +51,4 @@ Created Split appears in the view.
 .. centered::
    Created split 
 
-**See Also** a sample TUI Script of :ref:`tui_create_split` operation.
\ No newline at end of file
+**See Also** a sample TUI Script of :ref:`tui_create_split` operation.