Construct error of Geom_BSplineSurface

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

Pawel's picture

Hello Liwei,

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.

Pawel

Liwei's picture

Hi Pawel,

Thank you very much! It works using GeomAPI_PointsToBSplineSurface.