Table of Contents ▸ List of Commands ▸ 3D Meshes ▸ array3d | ◀ apply_matrix3d | arrow3d ▶ |
array3d
Arguments:
- size_x>=1,_size_y>=1,_size_z>=1,_offset_x[%],_offset_y[%],_offset_y[%]
Description:
Duplicate a 3D object along the X,Y and Z axes.Default values:
size_y=1, size_z=1 and offset_x=offset_y=offset_z=100%.
Example of use:
torus3d 10,1 +array3d 5,5,5,110%,110%,300%