07-19-2021, 04:18 AM
You can do this with the Script operator. I've attached a file showing how.
The key is to measure the dot product of your normalized vectors, then calculate the acos of that dot and then multiply by the radian-to-degree constant, to get the angle between them.
The key is to measure the dot product of your normalized vectors, then calculate the acos of that dot and then multiply by the radian-to-degree constant, to get the angle between them.