Not applicable
11-13-2017
01:29 AM
Hello,
I would like to set the object snap shortcut to my keys
F1: MidPoint
F2: EndPoint
F3: Center
...
so that if I draw a polyline and move the Cursor to place the second poin I can snap to the desired Point. After I clicked the Point I want the object snap to be turned off again. I tried to write this with a Lisp but I cannot enter a new command once i start drawing the polyline
This is the Code:
(defun c:F1()
(setq pt2 (osnap pt1 "_midp"))
)
Thank you very much:)
Solved! Go to Solution.
Link copied