Re-initialize a 3D spline surface using different control points

69 Views Asked by At

I have a 3d spline surface is that is modeled with 65 points where the x,y,z position of each point is known.

I want to keep the surface shape, but have different x,y positions for my control points. How do I find the Z values for these new control points?

Thanks