Fillet only two corners of a polygon!

I am trying to fillet only two corners of a polygon! I am trying to fillet two opposite corners!
I can’t figure out what is going wrong even after giving parameters for fillet ! Thanks in advance!


Fillet.gh (20.8 KB)

Even if you would reparametrize the curves, t 0 and 2 do not correspond with the corners of the curves.

An easier way is to explode the curve and create two sets, join two segments and fillet the corner between the two segments. If you want to fillet the other two corners, simply move the slider value from 0 to 1 which shifts the list.

Fillet.gh (26.2 KB)

1 Like

Have a try peacock plugin.


Fillet_re.gh (24.1 KB)

2 Likes

Thank You So Much!!!

1 Like