# Center

## <img src="/files/p5eJWjdcq3xhVCupHVQX" alt="" data-size="line"> Center

This command places a selected object in the origin of the CPlane, so the object's 3D center matches the center of the CPlane. It's especially useful to reset transformations and relocate objects.

After running this command, it will ask you to select which object you want to move to the origin of the CPlane, once selected, if you press the Enter key, it will be moved to the center of the CPlane, finishing the command.


---

# 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://docs.rhinoartisan.com/commands/transform/center.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.
