
Mon, 03/14/2005 - 12:50
Forums:
Hi,
I am a beginner in using OCC, and I am still learning to use it. I want to ask if we could convert some sets of points into B-Spline curve ?
As we know, B-spline curve will approximate its control points, or in other words, it will not pass all the control points. Therefore I can`t use my sets of points as the control points. Is there anyway to let OCC find the appropriate control points and knots?
Thank you,
Sindharta
Mon, 03/14/2005 - 14:34
check GeomAPI_PointsToBSpline for 3d or Geom2dAPI_PointsToBspline for 2d
HTH,
Stephane
http://www.exotk.org
Tue, 03/15/2005 - 08:45
Thank you. I am looking into that right now and will implement it immediately. Thanks.
Sindharta