Hi,
I need to calculate normal unit vector from three nodes.
Is it possible in Hyper Mesh?
Hi?
are you using hypermesh tcl macro ?
- get coordinates of 3 nodes
- make a pair of vectors from 3 nodes
- multiple 2 vectors => to get normal vector
hm_getdirectionpanel
Hi?
are you using hypermesh tcl macro ?
- get coordinates of 3 nodes
- make a pair of vectors from 3 nodes
- multiple 2 vectors => to get normal vector