When I create a multidimensional array of "On3dPoint" points in a VB.net script component, the output parameter data is always "flattened" into a single list of points. My array is definitely multidimensional because I can output single values (eg. point(4,13) returns the correct point x,y,z). Is there a way to keep the structure of a multidimensional array intact?
Thanks! Justin
Tags: