X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2Fdoc%2FsplitFeature.rst;h=d47cebba7eb5fa603e8de2b6600964fd53c0c1fb;hb=bcd96990e1fca77402d522bc8b095ebfa1091894;hp=1f3beaf1ea071c07c230a2f9e8a4c784af4e0018;hpb=c5ec43297b55923e1cf2ee39978bf42d733ee465;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/doc/splitFeature.rst b/src/SketchPlugin/doc/splitFeature.rst index 1f3beaf1e..d47cebba7 100644 --- a/src/SketchPlugin/doc/splitFeature.rst +++ b/src/SketchPlugin/doc/splitFeature.rst @@ -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