Message 1 of 9

Not applicable
03-17-2016
06:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Guys,
I'm dumbfounded with a simple lisp i wrote. I have it draw some lines from some points to other points from set variables and ones that change.
Every single time i reload the lisp in autocad i either get my lines how i want them, straight, but then other times i get them diagonal completely wrong.
I already set cmdecho to "0" that fixed it partially, but now i still sometimes get that problem.
So i was wondering if there was some other systemvars that can mess with the Line command.
This is a snippet from my code how i draw my lines. Not allowed to post my full code , sorry 😞
(command "_line" ptnf (polar ptnf 0 ptnf1) (polar (getvar 'lastpoint) (angle ptnf3 start3) ptnf2) ptnf3 "" );end command line
Hope any has any ideas why this is.
thanks,
Bob
Solved! Go to Solution.