Is there a way to convert points into strings

I tried “Point” +" x:"+Autodesk.Point.X(pt)+" y:"+Autodesk.Point.Y(pt)+" z:"+Autodesk.Point.Z(pt);


I use the step export to excel and than copy it to a codeblock

when you want convert point to string you can use CodeBlock x+"";

Try the .ToString() method on the points?

1 Like

Hello @S9Mert
if you want compare points, you can use “IsAmolstEqualTo” node

2 Likes