# SolidWorks

### 如何将SolidWorks模型转换为webGL应用？

从2016版开始，3ds Max可以直接支持SolidWorks资产。 只需将您的SolidWorks文件导入3ds Max，然后像其他任何Max场景一样导出到WebGL即可。

注意：因为CAD模型对网页来说一般情况下负担过重，请注意优化模型几何网格。 导入文件时，从“导入设置”对话框中调整“网格分辨率”设置。 您也可以使用3ds Max修改器减少模型上的多边形数量。

&#x20;

![SolidWorks-to-Max import dialog](https://www.soft8soft.com/docs/files/faq/import-cad-model.jpg)


---

# 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/solidworks.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.
