# Array

Array is a PolyMesh operator used for duplicating a model in your scene by instancing that geometry based on various inputs.

<table data-header-hidden><thead><tr><th width="163"></th><th></th></tr></thead><tbody><tr><td><strong>PROPERTY</strong></td><td><strong>DESCRIPTION</strong></td></tr><tr><td><strong>Count</strong></td><td>Determines the number of copies/instances of the geometry via a slider. The slider is limited to values from 1-100, though values over 100 may be input manually.</td></tr><tr><td>Translation</td><td>X, Y, Z Translation coordinates that can be applied to the instanced geometry. The values of the coordinates in between the first and last instance will be an average of the input value of X,Y, or Z divided by the Count Number</td></tr><tr><td>Rotation</td><td>X, Y, Z Rotation values that can be applied to the instanced geometry. The values of the coordinates in between the first and last instance will be an average of the input value of X,Y, or Z divided by the Count Number</td></tr><tr><td>Scale</td><td>X, Y, Z Scale values that can be applied to the instanced geometry. The values of the coordinates in between the first and last instance will be an average of the input value of X,Y, or Z divided by the Count Number.</td></tr><tr><td>Pivot</td><td>Pivot in the case of Array is used to set the center of the procedure, and indicates how the rotation and offset values will place the copied instances.</td></tr><tr><td>Pivot Mesh</td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://community.threekit.com/platform-documentation/catalog-2.0-docs/project-data/operators/polymesh-operators/array.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
