TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Coder on July 13, 2021, 09:15:17 AM

Title: Draw from Viewport
Post by: Coder on July 13, 2021, 09:15:17 AM
Hello,

Is it possible to draw a few lines for example from a viewport and when I am done, I exit the viewport.
Then the drawn objects moved immediately over the same viewport in the same paper space ?

1- Double click in a viewport to activate it then draw a few lines.
2- Double click outside the viewport to exit then the drawn lines will be moved over the viewport that I used to draw from.

Thank you.
Title: Re: Draw from Viewport
Post by: ribarm on July 13, 2021, 10:28:27 AM
Draw few lines in Viewport, then use CHSPACE command and select drawn lines, then double click outside Viewport... Lines will be placed in PSpace...
Title: Re: Draw from Viewport
Post by: Coder on July 13, 2021, 11:22:24 AM
Thank you, that works very well.