algorithmic modeling for Rhino
Forget D, Is it been eliminated in the definition.
Sister discussion here
Tags:
Dim ln1 As New DataTree(Of Line)
Dim ln2 As New DataTree(Of Line)
Dim ln3 As New DataTree(Of Line)
For i As Int32 = 0 To Lines1.Count - 1
ln1.Add(Lines1(i), New GH_Path(i))
Next
For i As Int32 = 0 To Lines2.Count - 1
ln2.Add(Lines2(i), New GH_Path(i))
Next
For i As Int32 = 0 To Lines3.Count - 1
ln3.Add(Lines3(i), New GH_Path(i))
Next
A = ln1
B = ln2
C = ln3
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
© 2024 Created by Scott Davidson. Powered by