2011

Table Of Contents
The following example draws the sides of a triangle. The first side is a line
starting at the absolute coordinates -2,1 and ending at a point 5 units in the
X direction and 0 units in the Y direction. The second side is a line starting at
the endpoint of the first line and ending at a point 0 units in the X direction
and 3 units in the Y direction. The final line segment uses relative coordinates
to return to the starting point.
Command: line
From point: #-2,1
To point: @5,0
To point: @0,3
To point: @-5,-3
To enter absolute Cartesian coordinates (2D)
At a prompt for a point, enter coordinates in the tooltip using the following
format:
#x,y
If dynamic input is turned off, enter coordinates on the command line
using the following format:
x,y
To enter relative Cartesian coordinates (2D)
At a prompt for a point, enter coordinates using the following format:
@x,y
Enter Polar Coordinates
You can use absolute or relative polar coordinates (distance and angle) to
locate points when creating objects.
202 | Chapter 16 Use Precision Tools