1 .. |split.icon| image:: images/Split.png
6 | The Split operation splits sketch curve into multiple segments.
7 | The curve should have points lying on it.
8 | Open curves (line or arc) require one or more points to split with; closed curves (circle) require two or more points.
10 To create a Split in the active Sketch:
12 #. select in the Main Menu *Sketch - > Split* item or
13 #. click |split.icon| **Split** button in Sketch toolbar:
17 .. figure:: images/Split_panel_Sketch.png
24 - **Segment** is used to select a segment to be split off in the view.
26 The selected segment is highlighted in the view:
28 .. figure:: images/Split_segment_sel.png
31 The segment to split off
35 .. py:function:: Sketch_1.addSplit(Feature, PositionPoint)
37 :param object: Line, arc or circle.
38 :param object: Position point (a point on the segment to split off or closest to it).
39 :return: Result object.
44 Created Split appears in the view.
46 .. figure:: images/Split_res.png
51 **See Also** a sample TUI Script of :ref:`tui_create_split` operation.