Mesh filter object that take a mesh input and multiply it along one dimension.
Name | Description |
---|---|
name | Object name [string] |
input_mesh | Input mesh [mesh] |
output_mesh | Output mesh [mesh] |
count | Count [integer] |
offsetx | X Offset [number] |
offsety | Y Offset [number] |
offsetz | Z Offset [number] |
rotatex | X Rotation [number] |
rotatey | Y Rotation [number] |
rotatez | Z Rotation [number] |

This simple spiral staircase show the power of Array1D.
It was created using a single PolyCube as footstep, the mesh was then piped through the Array1D filter which duplicated it twelve times; offsetting along the Y axis and rotating 16.36 degrees (you can just enter "180 / 11" in the rotatey box) around the Y axis for each step.