algorithmic modeling for Rhino
Curve offsets can result in multiple outputs for a single input curve. It was always thus.
--
David Rutten
david@mcneel.com
Since you are offsetting quads, it's likely you can get away with using offset loose. For each curve it will output a single item rather than a list so the data structure remains the same.
If you then want to have branches with two elements, the original and the offseted curve, you can:
- Connect both of them to a merge component, graft the inputs. Might need to use simplify.
- Connect both to an entwine component, then use flip matrix.
- Graft the input of the offset loose component, offset using a list of two values {0, offset distance}.
- Use weave and then partition list.
- Like the first one but using insert item rather than merge.
- Use weave and then path mapper with {floor(i/2)}
- Use merge and then path mapper with {i%(item_count/2)-1}
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by