I am trying to filter points from an input type “point3D” based on their coordinates (in my case is Z = 0) by using coerce3dpoint, but unfortunately, it returns a list with 3 components wich present X, Y and Z of all points but not the points separately.
Thanks for your help.