Skip to content

Commit

Permalink
Added brief description of each tool category
Browse files Browse the repository at this point in the history
  • Loading branch information
GSStnb committed Jun 14, 2020
1 parent d4e5a14 commit 2c836df
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion ref/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Several drawing tools have options or require additional parameters that appear
Line
----

The **Line** tools are used to create individual straight entities - a line - or multi-sided entities of individual line segments (other than the *Rectangle*, which is a *polyline* - see below).

.. csv-table::
:widths: 15, 7, 15, 63
:header-rows: 1
Expand Down Expand Up @@ -103,6 +105,8 @@ Line
Circle
------

The **Circle** tools are used to create *closed curved* entities with a single center point.

.. csv-table::
:widths: 15, 7, 15, 63
:header-rows: 1
Expand Down Expand Up @@ -147,6 +151,8 @@ Circle
Curve
-----

The **Curve** tools are used to create *opened curved* entities with a single center point (simple arc) or two *foci* points (elliptical arc). The Curve category also includes the *Spline* tools - curves defined by two or more points - and the *Freehand Line* tool.

.. csv-table::
:widths: 15, 7, 15, 63
:header-rows: 1
Expand Down Expand Up @@ -179,7 +185,7 @@ Curve
| **Tool Options:**
| |tlopt23|"
"Ellipse Arc (Axis)", |icon36|, "ae, arcell", "
| Draw an elliptical curve (arc) defined by a center point, length ot major and minor axes and a point defining the start position of the arc and a point defining the end position of the arc."
| Draw an elliptical curve (arc) defined by a center point, length of major and minor axes and a point defining the start position of the arc and a point defining the end position of the arc."
"Freehand Line", |icon05|, "fhl, free", "
| Draw a non-geometric line."
..
Expand All @@ -191,6 +197,8 @@ Curve
Ellipse
-------

The **Ellipse** tools are used to create *closed curved* entities with a two *focal* points.

.. csv-table::
:widths: 15, 7, 15, 63
:header-rows: 1
Expand All @@ -215,6 +223,8 @@ Ellipse
Polyline
--------

The **Polyline** tools are used to create open or closed objects consisting of straight or curved *connected* segments. All segments that create the polyline are treated as a single entity. *Closed* polylines are created when the final segment is connected to the first segment of the polyline.

.. csv-table::
:widths: 15, 7, 15, 63
:header-rows: 1
Expand Down Expand Up @@ -253,6 +263,8 @@ Polyline
Select
------

The **Select** tools are used to select or deselect one or more entities.

.. note::

When no drawing tool is active (mouse pointer |image30| is displayed), the default [Left Button] mouse action is to:
Expand Down Expand Up @@ -296,6 +308,8 @@ Select
Dimension
---------

The **Dimension** tools are used to *annotate* a drawing by labelling the length, width, height, and/or angle of a line entity, the diameter of circle entity, or radius of arc entity. Refer to :ref:`Annotating a Drawing <annotate>` in the **User Guides** for more details.

.. csv-table::
:widths: 15, 7, 15, 63
:header-rows: 1
Expand Down Expand Up @@ -347,6 +361,8 @@ Dimension
Modify
------

The **Modify** tools are used to change and alter one or more existing entities, individually or in groups.

.. csv-table::
:widths: 15, 7, 15, 63
:header-rows: 1
Expand Down Expand Up @@ -415,6 +431,8 @@ Modify
Info
----

The **Info** tools are used to obtain information about selected entities.

.. csv-table::
:widths: 15, 7, 15, 63
:header-rows: 1
Expand All @@ -441,6 +459,8 @@ Info
Others
------

The tools in the **Other** category are individually described below.

.. csv-table::
:widths: 15, 7, 15, 63
:header-rows: 1
Expand Down

0 comments on commit 2c836df

Please sign in to comment.