From: Adam Hartshorne on
Hi,

I am unsure how to best "initialize" a 3D matrix of empty objects (where the objects are handles), or rather reserve memory space. This 3D will be large and so rather than constantly resizing it seems far more sensible to have the memory space allocated in one go.

Now I am aware of the .empty function i.e temp = Object.empty(10,0)

but I know all the dimensions of the matrix. With a value based object I normally just do,

M(row, col, width) = Object

What is the equivalent for a handle based object?

Any help much appreciated,

Adam
 | 
Pages: 1
Prev: Orbit Simulation
Next: nest if statement