]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #3107: Help chapter for Sketch overconstrained state
authorvsv <vsv@opencascade.com>
Mon, 2 Dec 2019 12:32:14 +0000 (15:32 +0300)
committervsv <vsv@opencascade.com>
Mon, 2 Dec 2019 12:32:14 +0000 (15:32 +0300)
src/SketchPlugin/doc/SketchPlugin.rst
src/SketchPlugin/doc/images/Overconstrained.png [new file with mode: 0644]

index c6f8687966f6dfd37d327ff5c9c2a298f55646db..04a861a8102c4799d043c03271f80d30a20b0d71 100644 (file)
@@ -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 (file)
index 0000000..c1a8967
Binary files /dev/null and b/src/SketchPlugin/doc/images/Overconstrained.png differ