diff --git a/doc/salome/gui/GEOM/input/creating_sketcher.doc b/doc/salome/gui/GEOM/input/creating_sketcher.doc
index 4747955bd..d649a0f05 100644
--- a/doc/salome/gui/GEOM/input/creating_sketcher.doc
+++ b/doc/salome/gui/GEOM/input/creating_sketcher.doc
@@ -2,48 +2,63 @@
\page create_sketcher_page 2D Sketcher
-The 2D Sketcher allows you to create a profile made of curves of 2 types: line segments and arcs.
+The 2D Sketcher allows you to draw 2D shapes on a working plane. You can create on this plane:
-Example:
+
+- A \b profile made of connected curves of 2 types: line segments and \b arcs.
+
+\b or
+
+
- A \b rectangle
+
+
+The \b Result is a \b Wire
+
+\n Example:
\image html sketch_example.png
To create a 2D Sketch:
-- In the main menu select New Entity -> Basic -> 2D Sketch or click on \image html sketch.png
+- In the main menu select New Entity -> Basic -> 2D Sketch or click on \image html sketch.png
-- Select the plane or the planar face on which to create the sketch. By default the sketch is created on the XOY plane of the global coordinate system.
-If Local Coordinate systems have been created in the study they appear in the combobox and can be selected as reference coordinate system.
+- Select the \b plane or the planar face on which to create the sketch.
+\note By default the sketch is created on the XOY plane of the global coordinate system.
+If Local Coordinate Systems have been created in the study they appear in the combobox and can be selected as reference coordinate system.
+
+- Choose a \b segment or an \b arc element to start a \b profile or choose \b rectangle to draw a rectangle.
+
+\n If you draw a \b profile:
- Select a start point. By default the start point of the curve is located at the point of
-origin of the reference coordinate system and the curve lies in the
-plane XOY.
+origin of the reference coordinate system.
- Create curve portions and click on \b Apply after each step.
- Select either \b Close or Sketch Closure if you want to close the profile before closing the window.
-To create a \b Segment:
+\n To create a \b Segment:
- In the Element Type part of the dialog box select:
\image html line_icon.png
-- You can define the segment by either it's end point or a \b direction and a length. The direction is defined relatively to the tangent at the last point of the sketch. It can be:
-
- - Tangent (colinear to the tangent at the last point)
- - Perpendicular
- - Defined by an angle
- - Defined by a vector (Vx, Vy)
+
- You can define the segment by either it's end point or a \b direction and a \b length. The direction is defined relatively to the tangent at the last point of the sketch. It can be:
+
+ - Tangent (colinear to the tangent at the last point)
+ - Perpendicular
+ - Defined by an angle
+ - Defined by a vector (Vx, Vy)
+
-To create an \b Arc:
+\n To create an \b Arc:
- In the Element Type part of the dialog box select \image html arc_icon.png
@@ -71,10 +86,7 @@ To create an \b Arc:
-For the first segment or arc of the sketch the reference direction is the X direction of the reference coordinate system.
-
-\n The Result of the operation will be a \b Wire.
-
+\note For the first segment or arc of the sketch the reference direction is the X direction of the reference coordinate system.
\n Dialog Box:
@@ -82,8 +94,9 @@ For the first segment or arc of the sketch the reference direction is the X dire
\n Arguments:
-- Coordinate system (Local or Global CS can be selected)
-- Element type (segment or arc).
+- Coordinate system (Existing Local CS or Global CS can be selected)
+- A plane or a planar face to define a new Local Coordinate System
+
- Element type (segment, arc or rectangle).
- Destination type (point or direction).
- Destination point by means of:
@@ -105,9 +118,30 @@ is predefined and is equal to 90 degrees);
\b Buttons:
"Restore" button orientates the viewer correspondingly to the chosen working plane and fits the scene to show all its objects.
-\n "Sketch Validation" button applies the wire, only red part will be built by "Sketch Validation".
+\n "Close" button applies the wire, only the red part will be built.
\n "Sketch Closure" will close the Sketch by straight line from last red part and apply it.
+\n To draw a \b rectangle:
+
+
+- In the Element Type part of the dialog box select \image html rectangle_icon.png
+
+- Draw a rectangle with the mouse directly in the view or fill in the coordinates of two opposite vertices of the rectangle.
+- Apply and Close
+
+
+\n Dialog Box:
+
+\image html sketcher_dlg2.png
+
+\n Arguments:
+
+- Coordinate system (Existing Local CS or Global CS can be selected)
+- A plane or a planar face to define a new Local Coordinate System
+
- Element type (segment, arc or rectangle).
+- The X,Y coordinates of two opposite vertices of the rectangle
+
+
\n TUI Command: geompy.MakeSketcherOnPlane(Command, WorkingPlane)
\n This algorithm creates a sketcher (wire or face), following the