DiscussionsIssue archiveOther usage issues

Archived discussion

Construct error of Geom_BSplineSurface

Other usage issuesSat, 11/30/2013 - 22:462 replies

Browse this forum
QuestionAuthor

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

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

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

02Author

Hi Pawel,

Thank you very much! It works using GeomAPI_PointsToBSplineSurface.