Problem with plane in coordinate system rotation

Hi all,

I am trying to rotate my coordination system, but when I add a YZ plane, it shows the following warning:
“Warning: There is no version of CoordinateSystem.Rotate that accepts argument type(s) (Autodesk.DesignScript.Geometry.NurbsCurve, Autodesk.DesignScript.Geometry.Plane, double).”

What should I do?

Thanks in advance …

Hi…looks like you try to feed in some curves into your coordinate system

yes, I am trying to model a stadium facade according to a tutorial. Here I am trying to rotate my curves coordinate system by YZ Plane. In the tutorial, it works without error but when I try to do the same, this warning appears …

1 Like

cool…can you share your graph

This is the link of the tutorial:

allright…it doesnt make sense in that tutorial their actually feed in nurbscurve into coordinate system…and apparently works ? i would try with a rotate geometry instead…

1 Like

Thanks a lot, I did the same and it works now