I want to fillet a rectangle with grasshopper

I’m confident that the Anemone loop algorithm I posted yesterday is correct. However, as evident esp. in version ‘b’, the loop isn’t “triggered” when the list of radii changes. Here are two ways to fix that:

  1. Connect the list of radii to the ‘T’ (Trigger) input of “Classic” Loop Start so when the list changes, the loop is triggered. Also, a ‘Reset’ Button can be wired to trigger the loop manually.


fillet_2023Jan29a.gh (17.0 KB)

  1. Replace “Classic” Loop Start/End components with “Fast” versions, which have no ‘T’ input but seem to trigger themselves automatically. I’m a little surprised it works without passing the list of radii through the Anemone ‘Start/End’ components but it does.


fillet_2023Jan29b.gh (16.5 KB)

1 Like