
Sat, 11/30/2013 - 22:46
Forums:
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
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
Sun, 12/01/2013 - 00:49
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
Sun, 12/01/2013 - 17:03
Hi Pawel,
Thank you very much! It works using GeomAPI_PointsToBSplineSurface.