Vector3 to Vector2 List? - Remove items from list

Hello all,

I have a list as the followed image, lets say I want to remove the (-2265) second column from the hole list, to end up with an x and y position, instead of x, y ,z.

image

Any idea how one can accomplish this? thanks

Thanks

Hello
here one solution, the other is to project on XZ plane or scaleNU with scale on Y =0

if you mean you want the Z values to become your Y values, this is also a way:

Pxyz_to_Pxz.gh (16.1 KB)

Worked great, thanks