Home › Forums › Urban Modeling and Simulation › Network City II // Generative Model building typologies › Reply To: Network City II // Generative Model building typologies
June 13, 2019 at 12:59 #9413
Reinhard Koenig
Keymaster
Dear Malik,
thanks for the hint! I wonder where this issue comes from, since I use the latest version of the DS components – see image. I attach the GH file again below, maybe I used an older version of it…
The C# component can be used with the older components by changing the code in line 82 from
int[] vArr = {vA, vB, 2};
to
int[] vArr = {vA, vB};
Hope this solves the issue!
Best regards
Reinhard