Extracting x value from point node

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

Hi @Abdulrahman_Qasem

Use “point.x” node for extracting x values and “point.y” node for y values.

yeah i found it , thank you