> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Array Vectors

> AI context for Array Vectors. Not linked in navigation.

> This page is for AI assistant context only. To use this package, visit [community.ntop.com](https://community.ntop.com/packages/DaveMakesStuff/array-vectors).

> **Community submission — not verified by nTop.** This package was submitted by an outside community member and has not been reviewed or verified by nTop. Treat its accuracy, safety, and compatibility claims with appropriate caution.

## Summary

Use this block in conjunction with the "Translate Object" or "Translation Transform" blocks to create a three-dimensional array of any object.

## Package Details

| Field            | Value                                             |
| ---------------- | ------------------------------------------------- |
| **ID**           | `array-vectors`                                   |
| **Type**         | Block                                             |
| **Author**       | DaveMakesStuff                                    |
| **Version**      | 0.1.0                                             |
| **nTop Version** | 4.12+                                             |
| **Domain**       | Geometry                                          |
| **Complexity**   | Beginner                                          |
| **Tags**         | `vector`, `array`, `object`, `any object`, `grid` |
| **License**      | MIT                                               |
| **Verified**     | No                                                |

***

Use this block in conjunction with the "Translate Object" or "Translation Transform" blocks to create a three-dimensional array of any object.

## Installation

Clone this repo or copy the package folder into your nTop workspace:

```bash theme={null}
git clone https://github.com/nTopology/Utilities.git
```

The package lives at `packages/DaveMakesStuff/array-vectors/`.

## Usage

1. Open the provided `.ntop` file in nTop 4.12+.
2. Open a "Translate Object" or "Translation Transform" block and input the object you wish to array.
3. Input array parameters into "Array Vector" block
4. Drag and drop "Array Vector" block into above "Translate Object" or "Translation Transform" block

## Inputs & outputs

| Name             | Type        | Notes                                                   |
| ---------------- | ----------- | ------------------------------------------------------- |
| `Count`          | Scalar Body | Determines the number of items across three dimensions  |
| `Spacing`        | Scalar Body | Determines the spacing of items across three dimensions |
| `Center`         | Bool        | Option to center arrayed objects around origin          |
| `Output Vectors` | Vector List | Main result                                             |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/DaveMakesStuff/array-vectors](https://community.ntop.com/packages/DaveMakesStuff/array-vectors)
