Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm beginner with Lisp Editor. I'm able to create basic functions (really basic 😉 ) I wan't to create a Lisp that will start a circle with 3 points wich the 3 point selection mode being:
1st: TAN
2nd: TAN
3th: NEAR
I think that what I need would look something like this, but I don't know if it's possible to insert a mouse click (for the selection) in the routine. :
(defun C:c3t (/)
(command "circle" "3p" "TAN" (MOUSE CLICK) "TAN" (MOUSE CLICK) "NEAR")
)
Solved! Go to Solution.