Author Topic: getpoint osnap issue  (Read 1056 times)

0 Members and 1 Guest are viewing this topic.

dwaschnia

  • Mosquito
  • Posts: 13
getpoint osnap issue
« on: October 20, 2022, 10:52:42 AM »
If I copy the following code into the command line, the osnaps work as usual: (setq p2 (trans (getpoint "Second point: ") 1 0))
But if I put the same code into a lisp my osnaps aren't active.

Anyone know why that is and how I can fix it?
I'm using Bricscad, if that makes a difference.

dwaschnia

  • Mosquito
  • Posts: 13
Re: getpoint osnap issue
« Reply #1 on: October 20, 2022, 11:17:01 AM »
Nevermind, I'm retarded and forgot that I deactivate the osnaps farther up the lisp.