I have 2 sets of curves each containing 231 curve; one coming from a
vb.net component and the other from an offset component. If you look
at the parameter viewer for these sets you see for each a tree with
one branch and 231 leaves:
Structure (Paths=1)
Path{0} (N=231)
Right now I am using another vb.net component to loft each pair. It
works fine but I am thinking that there should be a way to do this
using the new tree data structures. I imagine what I need is to create
a tree with 231 branches each having 2 leaves:
Structure(Paths=231)
Path{0;0} (N=2)
Path{0:1} (N=2)
and so on...
Anyone have any ideas how to do this?Also I recall in a previous post that David Rutten said that they were going to port all of the Rhinoscript functions to the SDK this would greatly simplify the vb.net script for lofting. Has anyone tried using grasshopper with Rhino5? Thanks. Jon
