algorithmic modeling for Rhino
permutations vb script utility that will propogate a set of permutation from a character string - download at www.au-urbanfuture.org/blog/
Tags:
Comment
Hi Jacek,
I think Dirk has update his vb script,
so I can't actually get the vb to run just by changing the line u provide below,
is there anyway u can help me fix the script or provide the permutation vb that
ur using that can work under Rhino 4?
best wishes,
Tien :)
Thanks for the explanation.
Btw, maybe you could help here with some guidlines on modifying your script?
Hi Jacek, I'm using Rhino 5 & 0.8.0062+ (.NET 4)
.ToList is unavailable below .NET 3.5 Framework
Hi Dirk,
Thanks for sharing!
I downloaded your script and got this:
Error: 'ToList' is not a member of 'System.Array'. (line 97)
I googled the error (I'm not a programmer by any means) and came up with a working solution with replacing this line of code with:
Dim charList As New List(Of Char)(charArr)
Is this because of a version incompatibility (I'm using Rhino 4.0, and GH 0.8.0062)? Just curious.
Regards,
JJ
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
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by
You need to be a member of Grasshopper to add comments!