Filet 3D polyline

Hi guys,

I wonder if anyone have found a way to filet a curve with different radius at different places in a Polyline …

Also consider its a 3D Pline … not 2D
fillett_question

If the «filet at parameter» component asn’t been fixed in this way, maybe it should be implemented… like really… @DavidRutten

I do struggle alot to Edit polylines with filets … Even in Rhino…

The only workaround I found for now is painful … and I only have 2 filets to execute


filet_at_parameters_CC_V1.gh (5.5 KB)

Using R5
Regards
-CC

Hi!


fillet_3d.gh (15.8 KB)

This could be a workaround until proper component is done.
Should work with any polyline, open or closed; if radiuses too big > fail.
Not deeply tested, not even tried with a list/tree of polylines.

Maybe it helps…

Edit: if you want different behavior about radiuses input, change RepeatLast/Wrap of circled component…

3 Likes

Try this also; you can select every two curves of every corner and apply fillet, and of course you need always match outputs ; it is not a final solution you need find a way to join the result

polyline_fillet3d.gh (9.6 KB)

1 Like