If I offset the curve in question to a smaller distance with a relatively high tolerance, it also adds a segment. When I offset the curve further, the result is as expected.
The main problem right now is that Simplify curve is not able to easily get rid of these additional sections. So for anyone having issues do to the bug, here’s a workaround. You can separately filter out polylines from other multi-segmented curves and do this:
Not quite. I only ever made it merge these segments if the segment it connects to was also linear. I can see why it’d be nice to have it do a linear extension of the curve instead of adding a new line segment there.
This was a part of a polyline, meaning it is a linear extension so the lines could have been merged back into the main 2 segment polyline (which excludes the Nurbs Curve).
I should have been a little more specific. Only if both segments before and after the kink are lines. That’s probably more strict than it needs to be. I definitely think there’s utility in what you’re asking for. This request to me feels a lot like adding an extend option for a corner like is requested in RH-5176 (and several other issues over the years).