Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I'm writing a LISP with an option that i want it to create new drawing and continue lisp procedure inside.
(before that i made the lisp take a copy of some objects to the clipboard)
i managed to make it create new drawing, using :
(vla-activate (vla-Add (vla-get-Documents (vlax-get-acad-object)) acadiso.dwt ) )
But, after creating the drawing, the lisp ends.
How can i make the lisp continue it's upcoming steps in the new created drawing (pasteclip and other stuff).
Thanks 🙂
Solved! Go to Solution.