Hi there,
Is it possible to script with multi-pipe in ghpython or rhino python?
I didn’t figure out a way. is it because it’s an external package?
Hi there,
Is it possible to script with multi-pipe in ghpython or rhino python?
I didn’t figure out a way. is it because it’s an external package?
How do the inputs work within them?
ghc.Kangaroo2Component.MultiPipe([self.allcrvs], integer, None, 0, 1, 0, 0, 0, 1)
So this is what I had originally set up, with self.allcrvs are a list of all my curves I want to multipipe, and I wasn’t sure what to do with sizepoints because all of my radii are the same so I put None there.
It runs but there is no resultant creation from it.