Flow/orient object to multiple curves

Ok guys,

How would I got about flowing/orienting this cutter object to multiple curves without having to do it 1 by 1?

Hi Michael - Orient with Copy=Yes is sort of ‘semi-one-at-a-time’ - will that work?

-Pascal

Yes, I was just trying to avoid running the command 119 times lol.

Hi Michael - with Copy=Yes it will keep running with the same initial input. More automated than that will require a script.

-Pascal

I was thinking of trying something in grasshopper with the flow command.

The answer was right in front of me, a simple flow command in grasshopper.

2 Likes

Bit late to the party here, but here is a Python script from my library. I see it is from 2015, but I think nothing much has changed since then.

FlowMultiCrv.py (2.4 KB)

1 Like