Grasshopper

algorithmic modeling for Rhino

{A}(i) -> (i\n). i - as dynamic parameter. What realize this through VB script? Possible show 'Path Mapper' as work similar script? Want to understand as he works...

That like this:

Dim tree As New DataTree(Of String)
    Dim i,j As Integer
    Dim iList As New List (Of System.Object)
    For i = 0 To nIndex
      iList.Add(x(i))
      For j = 0 To nPaths - 1
        Dim path As New GH_Path(j)
        tree.Add(iList(i), path)
      Next
    Next
    A = tree
    B = iList

Views: 236

Replies to This Discussion

For example:

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service