TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: mew on August 21, 2017, 02:24:19 AM

Title: autolisp export to iges
Post by: mew on August 21, 2017, 02:24:19 AM
Hi all,

I'm new on this forum and I wonder if somebody can help me about this issue:

I need to export from Autolisp some drawings in IGS format and I use the IGESEXPORT command.
I doing that I cannot avoid the dialog box to appear on the screen (even if I use a "-" before the command or any other Autocad command to avoid it).
Is there any possibility to do that?

Thanks so much.

MEW
Title: Re: autolisp export to iges
Post by: Crank on August 21, 2017, 02:28:27 PM
Try this:
Code: [Select]
(command-s ".export" "test.igs" "" (ssget))