From: vsv Date: Mon, 2 Dec 2019 12:32:14 +0000 (+0300) Subject: Issue #3107: Help chapter for Sketch overconstrained state X-Git-Tag: V9_5_0a1~136 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2ab510c7200515874b7b980bdb1232b273b46b52;p=modules%2Fshaper.git Issue #3107: Help chapter for Sketch overconstrained state --- diff --git a/src/SketchPlugin/doc/SketchPlugin.rst b/src/SketchPlugin/doc/SketchPlugin.rst index c6f868796..04a861a81 100644 --- a/src/SketchPlugin/doc/SketchPlugin.rst +++ b/src/SketchPlugin/doc/SketchPlugin.rst @@ -142,6 +142,26 @@ The plug-in includes the following constraints: .. _sketch_operations: +Overconstraned state +-------------------- + +Sketcher comes into overconstrained state when an extra constraint was defined. The following picture shows an example of the overconstrained state: + +.. image:: images/Overconstrained.png + :align: center + +.. centered:: + Overconstrained Sketch + +When Sketcher becomes into the state then: + +- buttons Apply and Cancel for the whole Sketcher are blocked; +- a constraint which causes the overconstraint state is highlightid by red color; +- a warning message in sketcher Property Panel is shown with recomendation what to do in this case; +- an additional Undo button is shown under the warning messages; + +After undoing the last operation or deletion of a conflicting constraint Sketcher will become into a normal state. + Operations ---------- Operations modify existing features of the sketch or create new ones by copying them. diff --git a/src/SketchPlugin/doc/images/Overconstrained.png b/src/SketchPlugin/doc/images/Overconstrained.png new file mode 100644 index 000000000..c1a89674a Binary files /dev/null and b/src/SketchPlugin/doc/images/Overconstrained.png differ