Message 1 of 16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
good morning,
Someone could help me?
I´m trying to make a code that give me back the extension of a pline till a point that I click. I have no ideia how to continue that:
(defun c:ESTACA ()
;OBTENÇÃO DE INFORMAÇÕES......
(setq PLINE (car (entsel "\nSelect the pline.....")))
(setvar "osmode" 16383)
(setq POINT (getpoint (strcat "\nClick on the interest point.......")))
and now the code give me back the extension of the pline till the point clicked.
thank you!!!
Solved! Go to Solution.