Salome HOME
Corrections for the user's manual from the English language point of view
[modules/shaper.git] / src / SketchPlugin / doc / splitFeature.rst
index 1f3beaf1ea071c07c230a2f9e8a4c784af4e0018..d47cebba7eb5fa603e8de2b6600964fd53c0c1fb 100644 (file)
@@ -2,9 +2,54 @@
 Split
 =====
 
+| The Split operation splits sketch curve into multiple segments.
+| The curve should have points lying on it.
+| Open curves (line or arc) require one or more points to split with; closed curves (circle) require two or more points.
 
-.. image:: images/Split.png
+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
+
+Property panel:
+
+.. image:: images/Split_panel.png
   :align: center
 
 .. centered::
-  Split a line
+   Split
+
+Input fields:
+
+- **Segment** is used to select a segment to be split off in the view.
+
+The selected segment is highlighted in the view:
+
+.. image:: images/Split_segment_sel.png
+   :align: center
+
+.. centered::
+   The segment to split off
+
+**TUI Command**: *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)
+
+Result
+""""""
+
+Created Split appears in the view.
+
+.. image:: images/Split_res.png
+          :align: center
+
+.. centered::
+   Created split 
+
+**See Also** a sample TUI Script of :ref:`tui_create_split` operation.
\ No newline at end of file