Pt(7,2) is an array of 3d points.
Example
Pt(0,0) = X Value
Pt(0,1) = y value
Pt(0,2) = Z Value
I need to create a box with these points, but i am bound to my plug-in aplications abilities. I use Rhino.Addbox(Pt), but Rhino.Addbox requires a one dimensional array.
How can I make a new array
Pt(1) = x,y,z