Thanks mike I’ll give that a try but I suspect it’ll hit the same performance snag.
The problem is the Maxscript while loop is taking too long. (Less than 1ms per loop but still too long. :D)
I’m hoping there is a .net method of converting it to a dataformat inside of .net that Max can understand since it would skip the Maxscript bottleneck.
ActiveX had the SafeWrapper datastructure which you could convert to an array almost instantaneously. In that case I would do a SQL Query through ODBC to the SafeWrapper and then convert that to an array. The whole operation even for thousands of records would take about 50ms.
Is there a .net nxn array which can be converted similarly into a max nxn array? That would at least give me a .net datastructure target to attempt to achieve.
