Hypermesh TCL script to export solver deck
Hi,
I am trying to export a model using scripting. What I do is I export it manually and then I check the command.tcl file. But in this case no code was recorded with my action of exporting the solver deck.
Is there any way to record a macro of exporting a solver deck?
This is what I´d like to do with a script:
Best Answer
-
it should be there in your command.tcl, line should begin:
*feoutputwithdata
did you actually click 'export'? it won't be written to command file until you do that
Anyway, for more information, documentation for the tcl is here:
0
Answers
-
it should be there in your command.tcl, line should begin:
*feoutputwithdata
did you actually click 'export'? it won't be written to command file until you do that
Anyway, for more information, documentation for the tcl is here:
0 -
Paul Sharp_21301 said:
it should be there in your command.tcl, line should begin:
*feoutputwithdata
did you actually click 'export'? it won't be written to command file until you do that
Anyway, for more information, documentation for the tcl is here:
Hi Paul,
Ok, I could find the lines of codes that do the output. It is not in the command.tcl, instead it is in a file called command1.tcl. (I also have a command2.tcl...)
Thanks for the help.
0 -
Sebastian Yang said:
Hi Paul,
Ok, I could find the lines of codes that do the output. It is not in the command.tcl, instead it is in a file called command1.tcl. (I also have a command2.tcl...)
Thanks for the help.
Yes this is the new way of handling command files. There is one for each session now.
0