How to make a Bezier Suface with points on the surface

I only have a lot of points on the surface and I can get the U konts and V knots, but how to make a bezier surface without control points ?

Mauro Mariotti's picture

If your points are sorted in bidimensional array (along rows and columns) and a NURBS surface is OK for you, you can try with GeomAPI_PointsToBSplineSurface.

Regards.
Mauro