wayne wrote:Hi,
On page 75 in the e-book "An Intro to CAD" I have no problem entering the Cartesian coordinates and the first relative coordinates, but when I try to enter the second relative coordinates, I am unable to get the enter fields for relative values. I click the check boxes for relative coordinates, but system still wants me to enter x,y coordinates. I'm using release3.2 on an ubuntu system.
Wayne
Hi Wayne and welcome to the forum
Personally I find it a lot easier just to use the command line for entering either absolute or relative coordinates.
To view the command line (if you haven`t already) go to view > toolbars > command line (you can also dock this elsewhere if you need to!).
Press space bar to put the focus in the command line then enter your input:
e.g. To draw a line either use mouse and select the line tool you want or press the space bar and enter the keycode li (line from 2 points)You will need to press enter after typing in li.
1. For absolute co-ordinates just enter e.g. 100,100 (first point) then e.g. 250,250, (next point) this will place your line points absolutely relative form the 0,0 origin point!
2. For relative co-ordinates use the @ symbol e.g.
First point e.g. 100,100 (absolute)
Next point e.g. @250,250 -this will place your next point "relative" to your last point, in this case 100,100 (not 0,0).
So the @ symbol used for inputting co-ordinates will make points relative to the
last point placed.
You can also use negative co-ordinate input as well.
e.g.
First point 100,100.
Next point @-50,-50
Hope this makes sense
