Code Red > AutoLISP (Vanilla / Visual)

autolisp export to iges

(1/1)

mew:
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

Crank:
Try this:

--- Code: ---(command-s ".export" "test.igs" "" (ssget))

--- End code ---

Navigation

[0] Message Index

Go to full version