> For the complete documentation index, see [llms.txt](https://docs.dietrichs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dietrichs.com/dietrichs-intelligent-documentation/docs-de-en/design-program/grundeinstellungen/rotate-and-move-the-view.md).

# Rotate and move the view

## Rotating the view

In model areas where a 3D view is available, you can rotate your design on the screen at any time. There are several methods for doing this:

* Using the function "Views, Sections - Views - Arbitrary" you can freely rotate the design. However, because this requires invoking a function from the menu or the icon bar, it cannot be performed from within another function.
* You can also rotate the view at any time by holding down the Shift key on the keyboard while simultaneously holding the middle mouse button. This is possible both from within another function and outside any other function.\
  If you change the mouse behavior in the display settings from 'Standard' to 'Classic', you must use the left mouse button instead of the middle mouse button.

{% embed url="<https://youtu.be/doeXO4HQdD4>" %}

## Setting the rotation point

When rotating the view, the program automatically rotates around the center of visible objects (bars, plates, lines, circles, dimension chains, ...). If you want to rotate around a different point, you can call up the context menu with the right mouse button and use the 'Rotation point' function there to set an alternative rotation point.

If you then want to switch back to the center, call the 'Rotation point' function again, but do not select a point; instead terminate the function without selecting a point by using the right mouse button. The program will then restore the functionality to the automatically determined center.

{% embed url="<https://youtu.be/QPRKKz-izW4>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dietrichs.com/dietrichs-intelligent-documentation/docs-de-en/design-program/grundeinstellungen/rotate-and-move-the-view.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
