Point.BySphericalCoordinates

Why are not these two results the same? Please give me your guidance.QDL___BySphericalCoordinates.dyn (1.5 KB)
QDD___BySphericalCoordinates.dyn (6.6 KB)

Hi @adrianna

Check the values of CoordinateSystem.ByOrigin one is “0,0,0” and the other “1,5,1”.

thanks
Correct. I made exactly the same, but there are still

two of these differences. Why.

Perhaps because you’re wrapping your lists in lists, in lists in your design script method.

0…360…10 is a list.
Variable = {0…360…10} is a list in a list.
{Variable} is a list in a list in a list.

Thanks, a lot!

If a comment solved your problem, please mark it as solution (and maybe leave a like here and there).