Jump to content
Developer Wiki and Function Reference Links ×

SCRIPT TO EXPORT MULTIPLE FORMATS


Recommended Posts

Unfortunately, most of the export options will need to show their dialog box and unless you can accept the defaults, require operator attention. But that might still be better than what you are doing now.

 

There are direct vectorscript export commands for DXFDWG, IGES, STEP, SAT, STL and PDFPages. I have not looked at any of them hard enough to determine if there is a way to preset the parameters or if they just use the defaults.

 

If you need other export formats, there is a VS command names "DoMenuTextByName" (often referred to here ad DMTBN). This command will basically let you call any command that is in your workspace.

 

But it will then work just like if you were doing it manually. The first export command will start and wait for the user to set the parameters and click OK. The export will run. THEN the next export dialog will open. "Lather, rinse, repeat".

 

I don't know of a way to get all the dialogs to run first so the user can go have lunch while the exports run in the background.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...