algorithmic modeling for Rhino
Dim listTest As New List(Of Boolean)
For i As Int32 = 0 To 999999
listTest.Add(True)
Next
Dim listTest As New List(Of Boolean)(1000000)
For i As Int32 = 0 To 999999
listTest.Add(True)
Next
Welcome to
Grasshopper
© 2025 Created by Scott Davidson.
Powered by