Salome HOME
Corrections for the user's manual from the English language point of view
[modules/shaper.git] / src / SketchPlugin / doc / splitFeature.rst
1
2 Split
3 =====
4
5 | The Split operation splits sketch curve into multiple segments.
6 | The curve should have points lying on it.
7 | Open curves (line or arc) require one or more points to split with; closed curves (circle) require two or more points.
8
9 To create a Split in the active Sketch:
10
11 #. select in the Main Menu *Sketch - > Split* item  or
12 #. click **Split** button in Sketch toolbar:
13
14 .. image:: images/split.png
15    :align: center
16
17 .. centered::
18    **Split**  button
19
20 Property panel:
21
22 .. image:: images/Split_panel.png
23   :align: center
24
25 .. centered::
26    Split
27
28 Input fields:
29
30 - **Segment** is used to select a segment to be split off in the view.
31
32 The selected segment is highlighted in the view:
33
34 .. image:: images/Split_segment_sel.png
35    :align: center
36
37 .. centered::
38    The segment to split off
39
40 **TUI Command**: *Sketch_1.addSplit(Feature, PositionPoint)*
41
42 **Arguments**:   feature (line, arc or circle) and position point (a point on the segment to split off or closest to it)
43
44 Result
45 """"""
46
47 Created Split appears in the view.
48
49 .. image:: images/Split_res.png
50            :align: center
51
52 .. centered::
53    Created split 
54
55 **See Also** a sample TUI Script of :ref:`tui_create_split` operation.