Autotip option in Hyperform: one step simulation (script)
Chidananda G
Altair Community Member
Hi everyone,
I am trying to find a tcl command for the option 'Autotip' in the OneStep simulation for a Script.
Has anyone an idea what the command could be?
thank you
0
Answers
-
Hi everyone,
I am trying to find a tcl command for the option 'Autotip' in the OneStep simulation for a Script.
Has anyone an idea what the command could be?
thank you
0 -
hi.. all,
Auto tipping solution
*createmark elements 1 all;
set returnValue [hf_getautotippingangles elements 1 0];
set angle [ lindex $returnValue 0 ]
thanks to Altair support
0