> 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/setting-up-the-project.md).

# 设置项目

## 开始操作

启动 FormIt 时，您将处于三维环境中。花些时间了解[如何在三维空间中导航](/zh-cn/formit-introduction/navigating-the-scene.md)，然后开始构建项目（[此处为操作方法](/zh-cn/formit-primer.md)）、使用“文件”菜单打开现有 FormIt 项目，或输入各种其他文件类型。

FormIt 允许在本地和 Autodesk Docs 上打开文件、保存文件和输出到文件。[在 FormIt 中使用 Autodesk Docs](https://formit.autodesk.com/page/formit-autodesk-docs/) 是在云中共享模型的绝佳方式。

除了使用“文件”菜单之外，还可以通过将文件拖放到画布中，以在 FormIt 中打开任何可输入的三维模型。要将文件输入到当前草图中，请按住 Ctrl 键的同时拖放。

在开始对模型进行更改后，FormIt 将[自动保存工作](/zh-cn/tool-library/autosave.md)。仍建议经常保存，因为这样会清理备份文件并节省空间。

## 应用设置

* 单位:

  <img src="/files/ImSonpnOG1baewUjXEay" alt="" data-size="original">

  * 设置该选项会影响所有工具和输入的几何图形（如 Dynamo）中的单位和无单位文件类型（如 STL）。
* 捕捉到栅格：
  * 强制使用带放置点的工具，可捕捉到栅格交点。请注意，可以在[“视觉样式”](/zh-cn/formit-primer/part-i/visual-settings.md)中关闭栅格；如果栅格处于关闭状态，则捕捉到栅格也会被禁用。
* 显示可编辑的标注：
  * 选择是否使尺寸标注框保持可见（如果要精确绘制，建议您启用此选项）。
* 隐藏上下文/仅显示编辑的组：
  * 这会影响编辑组是否会显示其周围环境。可以使用快捷键 (H) 轻松更改此设置。在组内和组外建模时切换 H，可以根据需要在隔离环境和上下文中查看组。
* 选择前亮显：
  * 默认情况下，将光标悬停在对象上时，FormIt 将“预选”这些对象。这有助于确保要选择的对象是您获得的对象，但在呈现设计时可能会分散注意力。使用此选项或快捷键，可根据需要在显示和隐藏选择前亮显之间快速切换。请注意，需要启用此选项，才能使用[“智能选择”](https://www.youtube.com/watch?v=akLeB1FADt4)等功能。

## 触摸模式

![](/files/aY28Shree1LeoOrNZUjF)

如果计算机有触摸屏，则使用“触摸模式”可轻松导航模型和创建几何图形。如果您也在使用 FormIt for iOS，就会感到很熟悉。

启用“触摸模式”后，FormIt 的交互变得更像 iPad 上的 FormIt，从而通过触摸界面使用校准导航和修改工具。因此，建议不要在“触摸模式”处于启用状态时，通过鼠标和键盘使用 FormIt。

当“触摸模式”处于启用状态时，您会看到它在工具栏中亮显，同时屏幕左下角还会显示“触摸模式”横幅。

![](/files/VOlJBoIEvmhzm0fzsd9m)

![](/files/w9Kw9VvTjCeIrnlejVni)


---

# 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/setting-up-the-project.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.
