Has anyone got this to work before?

Has anyone got this to work before?

I cant tell from your image, but I think this node expects a rectangular grid of points.
“A square is a type of rectangle but a rectangle is not nesaccarily a square.” - someone
Has there been any progress on this? I have a simlar sqaure paraboloid surface as the OP with the same error: “Unable to create surface from points : POINT_ARRAY_TOO_SPARSE – There are too few rows or columns in the point array.”
Very good information. The “Point [][]” is a very salient point. What exactly is the node doing with sublists of points? Do you know why it needs to be structured this way? I feel like I’m missing something about how dynamo wants me to give it data.
I believe it wants the control points in rows or columns, flattening the points beforehand into a single list will not work.
Â
is there a resolution to this?