Grasshopper

algorithmic modeling for Rhino

Hi everyone, I'm trying to use AddRange method (VB) to stack two lists, but appearantly I'm doing something wrong again. Could someone please tell me what it is?

Views: 317

Replies to This Discussion

AddRange doesn't return anything, it modifies the already existing list. It should be:

x.AddRange(y)
A = x

Thank you Vicente! :)

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service