Moment of Inertia
Hi,
How to get the moment of inertia for each component in Hypermesh using TCL. I am able to get the Moment of Inertia by loading the summary file. But is there a way to do it in Hypermesh using TCL?
Answers
-
Hi,
Script id 1241 in Altair script exchange extract the same.
See attached tcl file. It just shows all possible options of the API.
Regards
Rahul R
0 -
Hi Rahul,
Got it. Thank You.
0 -
Altair Forum User said:
Hi,
How to get the moment of inertia for each component in Hypermesh using TCL. I am able to get the Moment of Inertia by loading the summary file. But is there a way to do it in Hypermesh using TCL?
If you can get it by summary file, then you always can get it into tcl variable by using hypermesh tcl command *summary $tplfile $outfile
0