Hey there, i have a little problem with rotating, my coordinate system.
You guys can see that it only rotates 45 - degrees even tough i put in 90. and i tried to put in other values, as 135 and 185. but still dosent do the trick…
Hope theres a bright mind out there 
@Phanse17
It’s weird how this node is even working for you, because you are feeding a vector to the plane input. You should have got this warning instead:
Warning: One or more of the input types are not matching. Couldn’t find a version of Rotate that takes arguments of type (Autodesk.DesignScript.Geometry.Vector,double)
Replace it with plane.XZ for instance and it should work.