DiscussionsIssue archiveModeling Data and Algorithms

Archived discussion

Geom_BSplineCurve InsertPoleAfter

Modeling Data and AlgorithmsThu, 08/14/2025 - 15:053 replies

Browse this forum
QuestionAuthor

Why is there no method to InsertPoleAfter for GeomBSplineCurve

Discussion

3 archived replies

Posts are displayed in their archived order.

01Commenter-1

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, Commenter-1.

02Author

Can we use InsertKnot to insert the last point

03Commenter-1

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

Best regards, Dmirtii.