Degrees to Radians

I created a small vb node (as a user object) that converts degrees to radians. 

I hope you will find it as useful as I do. 

 

Enjoy.

  • up

    Danny Boyes

    Hi Monique,

     

    Thank you for sharing. Also be aware that there is a function that you can use in the expressions that allows you to do this as well. rad() will convert degrees to radians and deg() will convert radians to degrees.

    Below I've shown the example using the Fx component but it can be put into any input's expression where you might want to have degrees as the input but GH needs radians.

    6