Hypermesh .tcl script to identify minimum/maximum range of elements & nodes
Gokula Krishnan
Altair Community Member
I'm new to Hyper mesh Tcl scripting, I would like to create a script which reports out the minimum & maximum numbers (i.e. numbering range) of Elements as well as Nodes (Grids) of all the includes imported into the current HM window.
Any help is greatly appreciated !!
0
Answers
-
Hello Gokula Krishnan,
you can use below commands:
hm_entitymaxid
hm_entityminid
0