> For the complete documentation index, see [llms.txt](https://windows.help.formit.autodesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://windows.help.formit.autodesk.com/zh-cn/formit-introduction/navigating-the-scene.md).

# 导航场景

使用鼠标或触摸屏，轻松地在 FormIt 模型中导航和浏览：

* **动态观察**：通过单击鼠标右键并拖动鼠标，或者在支持触控的设备屏幕上滑动。这将使用三维空间中要围绕其环绕相机的光标点。
  * 还可以按住 Shift 键进行平移。
* **放大和缩小**：通过向上和向下滚动鼠标滚轮，或捏放支持触控的设备。这将使用三维空间中要缩放到的点，并会在您接近曲面或其他对象时降低缩放速度。
  * 还可以按住 Ctrl 键以恒定速率进行缩放，而不受对象接近度的影响。
* **平移**：通过单击鼠标中键并拖动鼠标，或者在支持触控的设备上拖动两个手指。

还可以使用画布右侧的浮动导航工具栏，以进入特定视图模式。快捷键在圆括号中加以注释。

![](/files/HX6iUH5htE3uR8YbevoC) **正交视图**：单击可显示可用[正交视图](/zh-cn/tool-library/orthographic-views.md)的弹出菜单。

![](/files/L6bDXM8QSam0qtuOWzov) **默认三维视图(ZD)**：启动默认三维视图。

![](/files/Tk7iFe5vu6trg590nKGv) **漫游(FT)**：“Jetpack”模式允许使用键盘在场景中漫游。使用 WASD 可向前/向后/向左/向右移动，使用 Q/E 可向上/向下移动。使用空格键可“飞行”。

![](/files/wKdhKUNKNBu8wMJHOfZz) **动态观察(O)**：启用后，单击鼠标左键并拖动鼠标以围绕模型动态观察。还可以随时通过单击鼠标右键并拖动，来执行此操作。

![](/files/xpDLU57vRSR0HoEqbksD) **回旋(SV)**：使用“导航”工具栏中的“旋转”工具，以从固定点环视场景。

![](/files/PoigY6Wbi5fMk0eDHdUL) **平移(P)**：单击并拖动鼠标中键，或者使用“导航”工具栏中的“平移(手)”工具在场景中平移。

![](/files/DMlyeRfEdAhN8xbKdmuS) **缩放(Z)**：滚动鼠标滚轮，或者从“导航”工具栏中选择“缩放”工具，然后单击并拖动鼠标左键进行缩放。

![](/files/yiBfjIlFaUbmpVsR2QxM) **全部缩放(ZE 或 ZA)**：缩放以使整个模型布满当前视图。

![](/files/Bumdls8ZG1xyPTQ9W1Jc) **缩放选择(ZS)**：缩放以使当前选定的所有对象布满当前视图。


---

# 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://windows.help.formit.autodesk.com/zh-cn/formit-introduction/navigating-the-scene.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.
