Geom_BSplineCurve InsertPoleAfter

Why is there no method to InsertPoleAfter for GeomBSplineCurve

Dmitrii Pasukhin's picture

Poles can be added by InsertKnot with using the parametric space of curve. The reversed inserting will not have enough information about the parametric or if need to calculate will require some approximation issues (detecting the parametric value from point).

Best regards, Dmitrii.

kk k's picture

Can we use InsertKnot to insert the last point

Dmitrii Pasukhin's picture

To extend the BSpline with out of parametric space, you can use GeomConvert_CompCurveToBSplineCurve

Best regards, Dmirtii.