Hello Author,
the degree of the curve has nothing to do with the number of used points.
So just construct the surface using the points you have.
Commenter-1
Archived discussion
The degree of a Geom_BSplineSurface is limited to
a value (25) which is defined and controlled by OCC.
If I have 30x30 points, how to construct the surface?
Thanks
Discussion
Posts are displayed in their archived order.
Hello Author,
the degree of the curve has nothing to do with the number of used points.
So just construct the surface using the points you have.
Commenter-1
Hi Pawel,
Thank you very much! It works using GeomAPI_PointsToBSplineSurface.