# Revit

### 如何基于Revit创建实时网页可视化应用?

推荐如下两个方案:

1. 将Revit模型导出为FBX格式，然后导入3ds Max或Blender。
2. 使用3ds Max中原生支持的[Revit导入器](https://knowledge.autodesk.com/support/3ds-max/learn-explore/caas/CloudHelp/cloudhelp/2020/ENU/3DSMax-Data-Exchange/files/GUID-14B2A55F-5C22-4FA2-A31E-554E2400FB52-htm.html)。 在安装Max的过程中，请不要忘记激活Autodesk Revit互操作性选项以启用此功能。

![Importing Revit model to 3ds Max](https://www.soft8soft.com/docs/files/faq/import-revit-model.jpg)

无论如何都要保持几何形状的优化。 我们建议在整个场景中使用100K-500K多边形。


---

# 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://docs.eightest.com/getting-started/faq/revit.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.
