How to calculate angle

Hello,

I have pick point output from 3d matching. How to output the value in degree form on poses 2, 7, and 3?

Thank you.

You can try this method.


and what if I just want to select data point 2, 7, and 3 from 3d matching. What steps are used?

By using “Trim Input List ” and “Reverse List”:
https://docs.mech-mind.net/en/suite-software-manual/2.0.0/vision-steps/trim-input-list.html
https://docs.mech-mind.net/en/suite-software-manual/2.0.0/vision-steps/reverse.html

Or you can use “Calc Results by Python” with some codes.