There is however a bug with the BoundingBox component if U = False. It only outputs a single box around the last object. I'll fix this for the next release.
-- David Rutten [email protected] Robert McNeel & Associates On Mar 19, 3:17 pm, David Rutten <[email protected]> wrote: > Hi Luis, > > it's not a bug, it's a result of the data logic. > > Plug a [Param Viewer] object into the Box parameter and the Pipe > output and you'll see the difference. > You get a single boundingbox for boxes because they're all in the same > branch. But every pipe is in a different branch. > > The reason that [Pipe] outputs multiple branches is because a pipe > might not consist of a single joined brep. If you input a weird curve > with sharp kinks, it's possible that pipe generates a bunch of partial > results. These results are all stored in the same branch. > > If you enable the Flatten option on the BoundingBox C input, you'll > get a single box for all pipes. > > -- > David Rutten > [email protected] > Robert McNeel & Associates
