I have a curve that has discontinuities but when I explode it, I still get a connected curve. Is there any way to force curve explode within discontinuities?
I am using this command:
Curve segments = x.DuplicateSegments();
The Grasshopper explode comments gives me good results, any idea what is the code behind?