Encapsulated shapes in DrawToolShape in DrawingTool. Selected shapes are now in list.

This commit is contained in:
jpcaram
2014-12-25 18:25:30 -05:00
parent 3d3f1d40cb
commit 9bfa13a5b6
3 changed files with 231 additions and 97 deletions

View File

@@ -59,6 +59,7 @@ Creating Shapes
The shape creation tools in the editor are:
* Circle
* Arc
* Rectangle
* Polygon
* Path
@@ -72,6 +73,9 @@ on the status bar.
Shapes that do not require a fixed number of clicks to complete, like
polygons and paths, are complete by hitting the ``Space`` key.
Certain shape tools can have different options or modes. By hitting
`o` and/or `p` the tool will cycle through its options and/or modes.
.. seealso::
The FlatCAM Shell commands :ref:`add_circle`, :ref:`add_poly` and :ref:`add_rect`,