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
  • Hah! I was just thinking that I'm going to have to stop being lazy and do the extra coding for the .getvariablevalue method from now on. It seems random which scripts will easily accept the pass off and which will not. I have another script which is literally run on the very next line of this program and uses all of the same arguments. With that script I can pass the variables that were assigned way up at the top of the program without any trouble. With this script the only way to get it to work was to reassign them right above it. I even tried copy and paste of the argument names from the script call right below(the one that works) to this script call and still nothing. Very puzzling...
Reply
  • Hah! I was just thinking that I'm going to have to stop being lazy and do the extra coding for the .getvariablevalue method from now on. It seems random which scripts will easily accept the pass off and which will not. I have another script which is literally run on the very next line of this program and uses all of the same arguments. With that script I can pass the variables that were assigned way up at the top of the program without any trouble. With this script the only way to get it to work was to reassign them right above it. I even tried copy and paste of the argument names from the script call right below(the one that works) to this script call and still nothing. Very puzzling...
Children
No Data