How to make reference boxes along curve for morph boxing?

How to make reference boxes along curve for morph boxing?

Blue marking in image below are indicators of the end of the boxes, not the definite things I want. I want to manage the end of boxes with frames. Or, I think that that is efficient.

Morph boxes along curve 01.gh (10.0 KB)

In Pufferfish check out the Twisted Box Curve component.

1 Like

Owh wow pufferfish :smiley:

What does

Solution exception:Index was outside the bounds of the array.
mean?

Solution exception - Index was outside the bounds of the array.gh (6.6 KB)

)

It means some code tried to access a collection element beyond the size of the collection. It’s a reasonably common bug in code, looks like you’ll have to contact the developer of Pufferfish about it.

1 Like

I think it is because the angles that are less than 45 degree or something. Michael Pryor is the developer, right? Or do I have to enter this problem to a other topic that is about the plugin pufferfish?

Because that version uses a pipe behind the scenes and pipes break at polyline angles to form a poly surface. The next version I have does not use pipes, however keep in mind using that curve wont make much sense as there will be many intersections once that curve is “thickened”