> ## 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.

# Move Object

> AI context for Move Object. 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/ntop/move-object).

## Summary

This block moves the object's center to the new location provided and rotates the object if you choose.

## Package Details

| Field            | Value                                                   |
| ---------------- | ------------------------------------------------------- |
| **ID**           | `move-object`                                           |
| **Type**         | Block                                                   |
| **Author**       | nTop                                                    |
| **Version**      | 1.0.0                                                   |
| **nTop Version** | 5.43+                                                   |
| **Domain**       | Geometry                                                |
| **Complexity**   | Beginner                                                |
| **Tags**         | `move`, `translate`, `rotate`, `transform`, `placement` |
| **License**      | MIT                                                     |
| **Verified**     | Yes                                                     |

***

This block moves the object's center to the new location provided and rotates the object if you choose.

## 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/ntop/move-object/`.

## Inputs

| Name               | Type          | Description                                          |
| ------------------ | ------------- | ---------------------------------------------------- |
| `Object`           | Implicit Body | The implicit body to move and rotate.                |
| `New Location`     | Point         | Target point for the object's center after the move. |
| `X Rotation Angle` | Scalar        | Rotation Angle around the X axis                     |
| `Y Rotation Angle` | Scalar        | Rotation Angle around the Y axis                     |
| `Z Rotation Angle` | Scalar        | Rotation Angle around the Z axis                     |

## Outputs

| Name             | Type          | Description |
| ---------------- | ------------- | ----------- |
| `Rotated Object` | Implicit Body | Output.     |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/move-object](https://community.ntop.com/packages/ntop/move-object)
