> 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/plugins/example-1/3d-context-creator.md).

# 三维上下文创建器

![](/files/wNzz6uWnVCtNIsYvd2aj)

## 它是什么？

“三维上下文创建器”是一个易于使用的插件，将在 FormIt 中生成三维上下文建筑。

此插件可以帮助您可视化项目场地及其周围环境，并在设计过程的早期阶段做出明智决策。

此插件会从 [Open Street Map](https://www.openstreetmap.org/about) 中检索数据，以帮助将其转换为 FormIt 几何图形。此插件的源代码会在 [Github](https://github.com/matterlab-co/FormIt-Context-Plugin) 上提供。

## 使用方法

要安装它，只需从”插件管理器”打开插件的开关，就像使用任何其他插件一样。

![](/files/25zfZdwnBH3wXoTx90hH)

打开插件后，该插件应该会显示在应用程序的右侧，并可供使用。

![](/files/3GIzyopQmknMbnZu3a9N)

如果您的场地还没有位置，可以单击 **“设置位置...”** 链接来设置位置，并定义将用于生成三维上下文的边界。

设置好位置后，三维上下文创建器将使用当前位置进行更新，并且该按钮会处于启用状态：

![](/files/akgz6YuI3rXDsKwLaYvU)

三维上下文创建器将仅使用卫星图像的范围来生成三维上下文。您只需单击 **“生成三维上下文”**！

根据卫星图像的范围和建筑的复杂性，这可能需要几秒钟的时间才能生成。

三维上下文建筑将自动放置到组实例中，并放置于名为“上下文建筑”的图层上。 可以使用此图层来切换上下文的可见性。

![](/files/xeH9jbaUxUjItgSq4aRe)

![](/files/TdoQydXuao30VkCx20BB)

如果稍后决定更改位置或调整卫星图像的范围，可以再次单击 **“生成三维上下文”** 以重新生成建筑。

*请注意，重新生成上下文会将包含建筑的组实例替换为新实例，因此对建筑所做的任何更改都会丢失。* 为了避免出现这种情况，可以解组上下文容器，然后对其重新分组。

## **某些示例**

尝试猜测以下上下文中表示哪些标志性城市：

![](/files/VnC8PQPTXt8yNXDPHx9H)

![](/files/pEQROoNjgoLWaIua43kY)

![](/files/SUWkF2F5lBPCTyH7rtJs)

![](/files/68HzPggcOQ7V4coUZ4zX)


---

# 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/plugins/example-1/3d-context-creator.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.
