Relative line drawing in isometric grid.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
cwr
Reply | Threaded
Open this post in threaded view
|

Relative line drawing in isometric grid.

cwr
I've tried drawing a line in polar coordinates from the relative zero point (which is locked).  Using the command line I _think_ the command should be eg: "@45<,10" for the first point in the line.  However, this just gives "Expression Syntax Error".  Does anyone know the correct input format, or can this not be done, or is it a bug?

Thanks - Will
Reply | Threaded
Open this post in threaded view
|

Re: Relative line drawing in isometric grid.

Pascal
As we (I at least) don't have an online help for Librecad, I would suggest to use the QCad Manual.
Syntax for the polar point is DISTANCE<ANGLE
Reply | Threaded
Open this post in threaded view
|

Re: Relative line drawing in isometric grid.

cantcode
Reply | Threaded
Open this post in threaded view
|

Re: Relative line drawing in isometric grid.

cantcode
Reply | Threaded
Open this post in threaded view
|

Re: Relative line drawing in isometric grid.

Pascam
In reply to this post by cwr
Try without the comma (the < takes place of the ,), so :
@45<10
Hope this helps