BSpline curve

Hi All,
I make a geom_bsplinecurve from an topode_edge, But it has alot of control points(large table of Poles).
Is there any function to make this bspline curve optimal. I mean reduce number of its control points?
Best Regards,
Akbari

P G's picture

See if remove knots will help u ...

Geom_BSplineCurve::RemoveKnot

- Prasad

akbari1358_31365's picture

Hi Prasad,
Thanks for your response.
If it is useful why doesnt the algorithm do itself?
Regards
Akbari

Pawel's picture

Removing knots is a approximate procedure. Doing this one looses precision.

regards
PK

P G's picture

What do u mean by precision w.r.t B-spline curve context ?
regards
- gp