|
|
|
|
|
by retroafroman
4042 days ago
|
|
You can still run Lisp commands on the commandline interface in AutoCAD. Or even as you type out command inputs. So for example, if you know that you just put in 187 for length, but the next line needs to be double that, you can type (* 2 187) when it's time to put in the length and AutoCAD calculates it. |
|
But yes, I found AutoLisp to be very useful for automating things. The place I used to work for had to have the CNC machines cut out differently sized shapes from a library of shapes, so I created functions to draw each library shape for me quickly.
This is a lot easier than trying to form four mutually tangent circular arcs into an oval by constructing everything by hand.