Get normal direction
Altair Forum User
Altair Employee
Answers
-
Hi Ramu,
You can use hm_getentityvalue for this.
set Nx [hm_getentityvalue elements $elementid 'normalx' 0]
same can be implemented for tria elements.
Hope this will solve the problem.
Mandar
0