Hi,
Is there a VLisp function that we can use as a regen?
I want to do a regen in a reactor but reactor doesn't support commands.
Thanks.
Hi,
Is there a VLisp function that we can use as a regen?
I want to do a regen in a reactor but reactor doesn't support commands.
Thanks.
Yes. Look at the Drawing object in the Object Model.
--
R. Robert Bell
"Marcel Goulet" <nospam@address.withheld> wrote in message
news:17406908.1103566552670.JavaMail.jive@jiveforu m1.autodesk.com...
Hi,
Is there a VLisp function that we can use as a regen?
I want to do a regen in a reactor but reactor doesn't support commands.
Thanks.
(vla-Regen activedoc acAllViewports)
or acActiveViewport
Bill
Marcel
(vla-Regen (vla-get-ActiveDocument (vlax-get-acad-object)) acActiveViewport)
or
(vla-Regen (vla-get-ActiveDocument (vlax-get-acad-object)) acAllViewports)
Cheers
--
Juerg Menzi
MENZI ENGINEERING GmbH, Switzerland
http://www.menziengineering.ch
Regen on PaperSpace