Rotating Coordinatesystem

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 :slight_smile:

@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.

Thx a ton… That did the trick :slight_smile: Thats whats it like being new to this world is like :slight_smile: But love it so far :slight_smile: