I want to add to a routine I already have, it is for elec ductwork...anyway most duct comes off equipment at an angle and then runs straight to closest wall. I want to start with obtaining the angle, then drawing the first line...lets say @24<angle...make sense?
I don't know how to get the @24<ang into my code..
Here is my code
Code:(defun c:ga() ;;; (setvar "angbase" 90) (setq ang (getangle) ) ) (setq pt1 (getpoint) ) (command "._line" pt1 "" )