Hey folks,, i know it isnt a rhinoscript group, but i know many of you
are hardcore rhinoscripters, so i ask in hope.
I got an issue. I have tried to get a bunch of intersecting curve of
some brep objects.
For i = 0 To UBound(CollecCir,1)
For j = 0 To UBound(CollecCir,2)
230 sectLine1 =
Rhino.IntersectBreps(CollecCir(i,j),CollecCir(i
+1,j))
Next
Next
i Collected the collecCir from Firstobject, from an other loop.
But the problem is. This loop only runs once, and after i get a Error
line 230 needs a string. I tried to test with i+5, j+5 to check if the
other objects are string, and it worked but again only once..
Any one got an idea of what could be wrong, or what i should be aware
of when running this kind of method.
Im quite new to rhinoscripting..
Anyway thx