this could be useful for you
http://forum.altairhyperworks.com/index.php?/topic/17020-how-to-check-element-type-using-tcl-commands/
*createmarkpanel elems 1 "Select Elems"
set elems [hm_getmark elems 1]
*clearmark elems 1
foreach eid $elems {
set typename [hm_getentityvalue elems $eid...
Hello,
I am currently revising a simulation methodology in my company for Modal Analysis simulation. In the methodology, it uses mass element to declare an external mass
*MASS, ELSET=N_PUMP
9.85E-4
*ELEMENT, TYPE=MASS, ELSET=N_PUMP
1000001, 89299
Then later in the input desk, they apply...
Dear all,
I am trying to export the JPG from my part with different views with a journal using commandline "run_journal.exe". I follow this post http://www.eng-tips.com/viewthread.cfm?qid=335979#post and have my journal (as below) successfully run with NX UI open. However, when I try to run it...