From: vsv Date: Wed, 16 Oct 2019 10:13:19 +0000 (+0300) Subject: Issue #2998: Add help description for automatic creation of constraints X-Git-Tag: V9_4_0b1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ea593bc59e7e9461f6c4e2afd3f24d621edb1011;p=modules%2Fshaper.git Issue #2998: Add help description for automatic creation of constraints --- diff --git a/src/SketchPlugin/doc/SketchPlugin.rst b/src/SketchPlugin/doc/SketchPlugin.rst index dc99970df..3c2902ba1 100644 --- a/src/SketchPlugin/doc/SketchPlugin.rst +++ b/src/SketchPlugin/doc/SketchPlugin.rst @@ -49,6 +49,7 @@ After the plane for sketch is selected, the following property panel will be ope - **Show dimensional constraints** check box - displays/hides dimensional constraints; - **Show existing expressions** check box - displays/hides expressions. - **Show free points** check box - highlights free points in the current sketch if it is checked. +- **Automatic constraints** - automatically crerate horizontal or vertical constraints if angle between created line and horizontal or vertical less then angular tolerance (defined in preferences). - **Change sketch plane** button - allows to change working plane of the current sketch. Now it is possible to: diff --git a/src/SketchPlugin/doc/images/SketchPanel.png b/src/SketchPlugin/doc/images/SketchPanel.png index b2ac3f362..90316748c 100644 Binary files a/src/SketchPlugin/doc/images/SketchPanel.png and b/src/SketchPlugin/doc/images/SketchPanel.png differ