Local Refinement

Hi Anna,
could you briefly describe or give me an example of how to apply local refinement to a curve?
I do have some local discontinuities in normal forces I‘d like to weaken.

Hey,
you can either do it in Rhino with _insertKnot or construct with a respective knot vector. Or write a code component, e.g. with C#:
LocalRefinement.gh (7.5 KB)
If the degree should be changed as well, it is important to do this before inserting the knots.