Message 1 of 2
Exporting IGES using AutoLISP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I've been working on exporting my model in .iges form using AutoLISP commands and I continue to get the same message: "The selected objects failed to be exported to the specified file". Here's what I've been trying to do:
(command "_export" "\\Mac\Home\Desktop\beam.igs" "_all" ""). I've been trying various locations for what I assume should be the directory and I continue to get the same thing. I'm using autocad on a virtual machine so that is why I have a mac location. The first time I ran my lisp file it told me to wait for the export to complete and no error message showed, but nothing ever exported. Every time after I get the same error message. Please provide any tips or advice to fix this.