Hello everyone,
I’m having trouble running Anemone inside the Hops environment. I created a simple loop to determine the correct number of offsets needed to intersect a brep without computing them all. It’s just a test, but it seems that the loop is never executed properly.
I’ve tried different cases, but in every instance, the Anemone part is skipped by Hops, causing the definition to break. I’ve built much more complex Anemone algorithms, and I highly doubt I’ll be able to translate them into Python or C#.
Is there any way to make Anemone (or other looping systems) work inside Hops?
HopsOffsetExample_Setup.gh (77.5 KB)
HopsOffsetExample.gh (91.0 KB)