hexagon logo

Automate export?

Seeking a way to automate the export process, specifically to IGES.

Ideal would be code that happens at finish of program run.

Next best thing would be a button to click.

Any ideas as to where to start?

Thanks in advance!

- Josh
Parents
  • One more thing about this process: for whatever reason PC-DMIS has been very finicky about passing variables to this script. Not sure why.
    My experience has been the same. I resorted to using PartProgram.GetVariableValue in my scripts instead of passing arguments. I never much cared for this because the program variable names are hard-coded into the script.

    I'll have to give your approach a try. Thanks for posting your solution!
Reply
  • One more thing about this process: for whatever reason PC-DMIS has been very finicky about passing variables to this script. Not sure why.
    My experience has been the same. I resorted to using PartProgram.GetVariableValue in my scripts instead of passing arguments. I never much cared for this because the program variable names are hard-coded into the script.

    I'll have to give your approach a try. Thanks for posting your solution!
Children
No Data