Hey everyone!
I'm new to VB.NET and some rather annoying error is keeping me from moving forward with my work.
Here's an example of what i'm trying to do: create a polyline by adding points generated (recursively) by one starting point; if the polyline gets close to a certain boundary (curve), it jumps it.
Simple as it looks, i keep giving an error: "script exception: the index was out of the interval. it has to be not negative and inferior to the size of the collection. Name of the parameter: index"
weird thing #1 - i have no "index" parameter in my code
weird thing #2 - the only list is created inside the script and grows at the same pace as the loop index i have ("i").
Can anyone figure this out?
Thanks!
Tags:
- Attachments:
-