# 插件简介

![](/files/lAeiqppUxRAzlLD7kCr4)

插件是扩展 FormIt 核心功能的自定义软件附加模块。插件可以增强、强化和简化 FormIt 中的三维建模工作流。

插件可用于生成对象、修改现有对象或提取有关对象的信息。插件还可以使用丰富的 Web 界面来显示数据，以及直接在应用程序中提供控件和输入。

## 访问插件

只要连接到 Internet，即可通过桌面版和 Web 版的 FormIt 中的[插件管理器](/zh-cn/plugins/how-to-use-plug-ins.md#plugin-manager)使用插件。插件由托管在 GitHub 或本地服务器（构建自己的插件时）上的一些列文件和文件夹组成。

![](/files/vMTvnx7t5HcqyhAHxqMb)

### 插件需要 Internet 访问

外部插件（插件不在本地托管）需要 Internet 连接，才能初始加载，这意味着：

* 如果在 FormIt 启动时未检测到 Internet 连接，则将加载外部插件。 加载后，一些外部插件可以继续在脱机模式下为该任务工作，但其他外部插件可能会中断工作，直到恢复连接。
* 外部插件在每次运行时都在服务器上加载最新代码，因此只要作者推送更改，其功能就会更新。 插件异步加载，这意味着 FormIt 界面中插件的顺序可能会随每个新任务而变化。

## 开源

插件是开源的，从而可以免费使用[插件管理器](/zh-cn/plugins/how-to-use-plug-ins.md#plugin-manager)中的插件、轻松发布和共享插件，以及在 GitHub 上查找其他插件以了解其构建方式。

如果您是开发人员并想要了解有关如何发布插件的详细信息，请参见[在 GitHub 上托管插件](/zh-cn/plugins/how-to-develop-plugins/advanced-development/hosting-a-plugin-on-github.md)。

如果您要制作插件以供私人使用，可以使用本地服务开发和托管该插件。有关详细信息，请参见[使用 IDE。](/zh-cn/plugins/how-to-develop-plugins/advanced-development/using-an-ide.md)

![](/files/CTj3BnrXe4xKME0DXBm5)

## 联系我们

如果您需要有关 FormIt 插件的任何帮助，请在 [FormIt 论坛](https://forums.autodesk.com/t5/formit-forum/bd-p/142?profile.language=zh-CN)上给我们留言。

![](/files/iuwv7hwMCJRqfK6WZuoO)


---

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