algorithmic modeling for Rhino
Yeah, this is .NET kicking in for the most universal version of various commands. The answer slowly crystallized recently. One kludge was to not use an IEnumerable but fill a blank Brep list with items, and that actually worked, but the general answer is you have to import a library to create a .NET container.
http://www.grasshopper3d.com/forum/topics/python-longer-version-of-...
from System.Collections.Generic import List
geomBaseList = List[GeometryBase]()
# add stuff to list (curves, points)
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