algorithmic modeling for Rhino
Hi,
Does anyone have a sample code of how to pass a flat list into a Custom VB.net component created in Visual Studio?
for example, this doesn't seem to work
Dim SeedCurve As List(Of Curve)
'Import Values
If (Not DA.GetDataList(0, SeedCurve)) Then Return
Any suggestions/ideas?
Thanks.
kermin
Tags:
Dim SeedCurve As New List(Of Curve)
If (Not DA.GetDataList(0, SeedCurve)) Then Return
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