Hi…,
is there a quick way to approximate bezier curves (without weighted points, _ConvertToBeziers doesn’t do it, it weights points) from NURBS curves?
Thanks
Michael
www.flexiCAD.com
Hi…,
is there a quick way to approximate bezier curves (without weighted points, _ConvertToBeziers doesn’t do it, it weights points) from NURBS curves?
Thanks
Michael
www.flexiCAD.com
Bézier curves only gives you weighted points if the NURBS curve has non-unity weights. So I would suggest to first rebuild the NURBS curve to the desired accuracy with Rebuild or RebuildCrvNonUniform, then convert to Bézier curves using ConvertToBeziers.