i have a point node contains of x,y values,
how can i extract the x value in order to using in another input node as double
thanks
i have a point node contains of x,y values,
how can i extract the x value in order to using in another input node as double
thanks
Use “point.x” node for extracting x values and “point.y” node for y values.
yeah i found it , thank you