Message 1 of 3
How to open autocad into a new file and run a script from command prompt and export geometry as IGES into a desired folder?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have a script file which generates a 3D geometry. I am trying to automate the process of doing the following through command prompt on windows 10:
1. Open AutoCAD into a new file
2. Run the script
3. Export the generated 3D geometry as IGES into a desired directory
I have the script sorted out and would like help with the command prompt commands as well as part of the script file which does the IGES export part.
Any help will be appreciated. Much Thanks in advance.