Login  Register

Re: Ortho mode in command line

Posted by sunggus on Sep 25, 2018; 5:21am
URL: https://forum.librecad.org/Ortho-mode-in-command-line-tp5716412p5716441.html

Hi Tomma,

To be honest, very hard for me to get your point. And another thing, this is LibreCAD, not FreeCAD. FreeCAD is a freeware 3D drawing while LibreCAD is 2D drawing.

My suggestion, please include drawing of what you want to ask. If you ask the equivalent tool of AutoCAD in LibreCAD, like what that tool in AutoCAD do. That will help us to understand you question.

But to be honest, this LibreCAD is very easy as long you have understanding in drawing. I myself I started from zero and I now may draw isotropic drawing. For example: if you want to draw horizontal line 20 units, than you need command line as below:
line (enter)
@20<0

That will do. And if you want to continue a vertical (positive) line from the edge of that previous line with 20 unit long, then you need to run this command:
line (enter)
@20<90

Where it will be started? The (x,y) coordinate is started from the left bottom corner which is marked with cross-red mark. There are started.

Links below will help you a lot.
https://wiki.librecad.org/index.php/LibreCAD_users_Manual
https://wiki.librecad.org/index.php?title=LibreCAD_users_Manual#Using_Command_Line
https://wiki.librecad.org/images/2/20/LibreCAD_Users_Manual_2.1.3.pdf

Best regard,