TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: cadman6735 on April 16, 2013, 05:41:47 PM

Title: viewport - VP Plot Style
Post by: cadman6735 on April 16, 2013, 05:41:47 PM
I am wanting to write a macro that will ask me to select a viewport and change this viewport "VP PlotStyle" to "Normal" vs. "AsDrawn"

How do I get to this property? I am not sure how to get there,

Thanks
Title: Re: viewport - VP Plot Style
Post by: cadman6735 on April 17, 2013, 09:45:03 AM
I found my answer, VPLAYER is the command I am looking for, didn't need to access it via lisp.

I can make a macro from this...

:-)