Hello to everybody,
Someone knows why the next is not working. This node was telling me at first that he is waiting for a number and he was becoming a string. I have changed and now he is telling me that he is becoming a double.
Any idea?
Hello to everybody,
Someone knows why the next is not working. This node was telling me at first that he is waiting for a number and he was becoming a string. I have changed and now he is telling me that he is becoming a double.
Any idea?
Hi,
The Point.X node takes a Point and tells you what it’s X component is…
if you want to make a point with that X coordinate, you can use Point By Coordinates?
Hope that helps,
Mark
Thank you very much Mark!
It was perfect.
Best regards