brick.assemble

Syntax

v = brick.assemble(b,vo<,i1><,i2><,i3>)

Replicate a brick. The lowest corner of the brick is vo, and the optional arguments i1, i2, and i3 denote the number of copies in the x-, y-, and z-directions.

Returns:

v - void return

Argument:

b - brick pointer

vo - lowest corner of the first brick

i1 - Optional number of copies in the x-direction (default is 1).

i2 - Optional number of copies in the y-direction (default is 1).

i3 - Optional number of copies in the z-direction (default is 1; 3D only).