Curve offset returned a strange result

Hey, quick adventure for Tuesday.

I am doing offset to a list of curves, but one of the curve didn’t return a normal result.

What should be the problem?


Problem_OffsetCrv.gh (21.3 KB)

Thanks for your quick response Rajeev.
However, it’s the same result as before. The third curve remains not normal as it’s only 17m.

Try clipper plugin it will may help you


Problem_OffsetCrv.gh (10.6 KB)

1 Like

This is weird. Two of your curves are not closed so the white group fixed that. Then I had to flip the guide circle to get it right.


Problem_OffsetCrv_2022Oct4a.gh (21.5 KB)

2 Likes

Interesting idea, double FlipCurve.

But what happened in scenario 1 when that curve passed through Offset Curve? It’s just a regular curve as the others.
Should I simply blame on the bad quality of input curve?

Problem_OffsetCrv_02.gh (12.1 KB)

I don’t know. By the way, Weave failed to restore the original sequence.

1 Like

Try Offset from Pufferfish

Or Fennec

2 Likes

Swapping the ‘0’ and ‘1’ inputs to Weave almost worked but not quite.
Instead, I added this silly code to the white group:


Problem_OffsetCrv_2022Oct4b.gh (21.4 KB)

2 Likes