Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/16/2020 in all areas

  1. Note that this thread is 9 years old.
    1 point
  2. So many good answers here for this age-old issue which was one of the first customizations I ever made back in the day (1988?). I approached the problem by defining a digitizer menu button that swapped out the snapang variable as such: (defun sangb(/ sang wowa)(setq sang (getvar "snapang"))(if (= sang (/ pi 4))(setvar "snapang" (/ pi 1))(setvar "snapang" (/ pi 4)))(princ))(sangb)
    1 point
  3. Somehow code was not posted updated my last post much shorter code. Pick pt1 say bottom left pick pt2 top right both slightly away form outside object.
    1 point
×
×
  • Create New...