X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2Fdoc%2FsplitFeature.rst;h=d47cebba7eb5fa603e8de2b6600964fd53c0c1fb;hb=bcd96990e1fca77402d522bc8b095ebfa1091894;hp=19680abf0bedba823ee543765160cd80f9e6d4ec;hpb=db1f629785c83f9691b1707b3fd11a26625c7a26;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/doc/splitFeature.rst b/src/SketchPlugin/doc/splitFeature.rst index 19680abf0..d47cebba7 100644 --- a/src/SketchPlugin/doc/splitFeature.rst +++ b/src/SketchPlugin/doc/splitFeature.rst @@ -6,7 +6,7 @@ Split | 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. -To create Split in the active Sketch: +To create a Split in the active Sketch: #. select in the Main Menu *Sketch - > Split* item or #. click **Split** button in Sketch toolbar: @@ -39,7 +39,7 @@ The selected segment is highlighted in the view: **TUI Command**: *Sketch_1.addSplit(Feature, PositionPoint)* -**Arguments**: feature (line, arc or circle) and position point (a point on or closest to the segment to split off) +**Arguments**: feature (line, arc or circle) and position point (a point on the segment to split off or closest to it) Result """""" @@ -50,6 +50,6 @@ Created Split appears in the view. :align: center .. centered:: - Split created + Created split -**See Also** a sample TUI Script of a :ref:`tui_create_split` operation. \ No newline at end of file +**See Also** a sample TUI Script of :ref:`tui_create_split` operation. \ No newline at end of file