NURBS-Python icon indicating copy to clipboard operation
NURBS-Python copied to clipboard

Surfaces: evaluating z for given (x, y)

Open DaniloDel opened this issue 1 year ago • 0 comments

I interpolated/approximated a surface with available (x, y, z) data points. I would now like to evaluate the z value for given arbitrary (x, y) coordinates. Can anyone help me with this? All I can see is how to evaluate the surface for given (u, v), and I need to do that for given (x, y) instead. Thanks in advance, if anyone can help.

DaniloDel avatar Aug 04 '22 13:08 DaniloDel