Author Topic: autolisp export to iges  (Read 1194 times)

0 Members and 1 Guest are viewing this topic.

mew

  • Guest
autolisp export to iges
« 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

Crank

  • Water Moccasin
  • Posts: 1503
Re: autolisp export to iges
« Reply #1 on: August 21, 2017, 02:28:27 PM »
Try this:
Code: [Select]
(command-s ".export" "test.igs" "" (ssget))
Vault Professional 2023     +     AEC Collection