Grasshopper

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/

Views: 289

Comment

You need to be a member of Grasshopper to add comments!

Comment by Tienwei Tung on April 14, 2012 at 4:02am

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 :)

 

ps. Dirk's new permutation VB

 

 

 

 

Comment by Jacek Jaskólski on December 18, 2011 at 2:32am

Thanks for the explanation.
Btw, maybe you could help here with some guidlines on modifying your script?

Comment by Dirk Anderson on December 17, 2011 at 6:12pm

Hi Jacek, I'm using Rhino 5 & 0.8.0062+ (.NET 4)

.ToList  is unavailable below .NET 3.5 Framework

Comment by Jacek Jaskólski on December 17, 2011 at 10:57am

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

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