> 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-tw/formit-introduction/navigating-the-scene.md).

# 導覽場景

使用滑鼠或觸控螢幕，輕鬆在 FormIt 模型中四處導覽：

* **環轉**：按一下右鍵並拖曳滑鼠，或滑過觸控式裝置螢幕。這會在 3D 空間中使用游標點來繞其環轉相機。
  * 您也可以按住 Shift 鍵來平移。
* **縮放**：向上和向下捲動滑鼠滾輪，或捏合觸控式裝置螢幕。這會在 3D 空間中使用某個點來縮放，並會在您接近曲面或其他物件時減慢縮放速度。
  * 您也可以按住 Ctrl 以固定比率縮放，不受物件鄰近程度的影響。
* **平移**：按中鍵並拖曳滑鼠，或在觸控式裝置螢幕上拖曳兩指。

您也可以使用圖元區右側的浮動導覽工具列進入特定視圖模式。括弧中是快速鍵。

![](/files/tFUoD00P4eql3iCFX81E) **正投影視圖**：按一下以顯示可用[正投影視圖](/zh-tw/tool-library/orthographic-views.md)的圖示列功能表。

![](/files/ZvQm6NgKX03hNrsBwNAJ) **預設 3D 視圖 (ZD)：** 啟動預設的 3D 視圖。

![](/files/xc41gjDvQqO8aiKO3BdB) **穿越 (FT)：** 「噴射背包」模式可讓您使用鍵盤穿越場景。使用 WASD 可向前/向後/向左/向右移動，使用 Q/E 可向上/向下移動。使用空格鍵可「飛行」。

![](/files/1CIGUfKoCIUGImLFWYJm) **環轉 (O)：** 啟用時，按一下滑鼠左鍵並拖曳滑鼠可繞著模型環轉。您也可以隨時按一下右鍵並拖曳，以執行此作業。

![](/files/2R35yUDvffsMW3WKhZLs) **迴旋 (SV)：** 使用導覽工具列中的「迴旋」工具，可從固定點環視場景。

![](/files/rHjrSWN23iTDtaM8QGZJ) **平移 (P)：** 按一下滑鼠中鍵並拖曳滑鼠，或使用導覽工具列中的「平移 (手形)」工具可在場景中平移。

![](/files/CNjxEGWfrt5ztw3Arreg) **縮放 (Z)：** 捲動滑鼠滾輪，或從導覽工具列選取「縮放」工具，然後按一下滑鼠左鍵並拖曳可縮放。

![](/files/gSauXIuatBFRVH1jV0uD) **全部縮放 (ZE 或 ZA)：** 縮放以將整個模型佈滿目前視圖。

![](/files/mSBI6V1WCYQj3OSI0JTM) **縮放選取項目 (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-tw/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.
