Iges export

Iges export

Anonymous
Not applicable
781 Views
2 Replies
Message 1 of 3

Iges export

Anonymous
Not applicable

Hi all,

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

0 Likes
782 Views
2 Replies
Replies (2)
Message 2 of 3

gpcattaneo
Advocate
Advocate

Try...

 

(command "_export" "D:/foo.igs" "_all" "")

Message 3 of 3

Anonymous
Not applicable

Thanks a lot !

0 Likes