# ParaPoly Engine Code3D

[English](https://unpkg.com/parapoly-engine@3.0.4/README.md) | 简体中文

用 JavaScript 创建参数化 3D/CAD 模型，从单个零件到多部件装配。通过命令行、Node.js 应用或 AI 辅助建模流程，生成真实几何并导出 STEP、STL、GLB 等格式。

访问 [模型展示仓库](https://github.com/parapoly-engine/parapoly-engine-showcase)，查看缩略图、可编辑源码、可下载的 GLB/STEP/BMAX 模型、多视图和建模 skills。示例统一保存在展示仓库，不再随 npm 包分发。

## 快速开始

需要 Node.js 18+，支持 Windows x64 和 Linux x64（glibc 2.35+）。

在建模项目目录安装：

```sh
npm install parapoly-engine
```

将以下代码保存为 `main.code3d.js`：

```js
let main = function (params) {
  const code3d_doc = new PartCode3dDocument();
  code3d_doc.box("union", params?.width ?? 40, 20, 30, "#5486ad");
  return code3d_doc;
};
```

导出模型：

```sh
npx --no-install parapoly-engine export ./main.code3d.js -o ./models -f glb,stl,step
```

输出文件保存在 `models/`。模型文件运行于提供 `PartCode3dDocument` 的 Code3D 环境，请通过引擎 CLI 执行。尺寸默认约定为毫米。单个文件可以包含参数和多个独立命名的零件，并分别设置位置与材质。

要尝试更完整的模型，可下载或克隆 [展示仓库](https://github.com/parapoly-engine/parapoly-engine-showcase)，按其中的示例说明运行。

## AI 建模

为当前项目配置 Codex、Claude Code 或 GitHub Copilot：

```sh
npx --no-install parapoly-engine setup-ai
```

然后向助手描述需求，例如：“用 ParaPoly 创建一个带四个安装孔的法兰，导出 STEP 和 GLB。”包内 skill 会定位已安装引擎及其 API 文档。客户端和安装范围选项见 [AI 接入](https://unpkg.com/parapoly-engine@3.0.4/docs/AI_SETUP.md)。

<!-- showcase-gallery:start -->
## 浏览模型

目前共 21 个示例，每行对比同一模型的 CAD、BMAX 64、BMAX 32、BMAX 16。点击缩略图查看模型说明，也可通过 GLB、STEP、BMAX 和源码链接进入展示仓库的对应文件。

<table>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/1-boolean-cutout/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/1-boolean-cutout/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/1-boolean-cutout/preview-light.png" alt="方体与球体差集 CAD" width="220" height="124"></picture><br><strong>1. 方体与球体差集</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/1-boolean-cutout/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/1-boolean-cutout/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/1-boolean-cutout/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/1-boolean-cutout/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/1-boolean-cutout/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/1-boolean-cutout/bmax/64/preview-light.png" alt="方体与球体差集 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 0.015625<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/1-boolean-cutout/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/1-boolean-cutout/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/1-boolean-cutout/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/1-boolean-cutout/bmax/32/preview-light.png" alt="方体与球体差集 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 0.03125<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/1-boolean-cutout/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/1-boolean-cutout/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/1-boolean-cutout/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/1-boolean-cutout/bmax/16/preview-light.png" alt="方体与球体差集 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 0.0625<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/1-boolean-cutout/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/2-woven-basket-block3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/2-woven-basket-block3d/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/2-woven-basket-block3d/preview-light.png" alt="竹编容器 CAD" width="220" height="124"></picture><br><strong>2. 竹编容器</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/2-woven-basket-block3d/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/2-woven-basket-block3d/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/2-woven-basket-block3d/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/2-woven-basket-block3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/2-woven-basket-block3d/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/2-woven-basket-block3d/bmax/64/preview-light.png" alt="竹编容器 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 0.1875<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/2-woven-basket-block3d/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/2-woven-basket-block3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/2-woven-basket-block3d/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/2-woven-basket-block3d/bmax/32/preview-light.png" alt="竹编容器 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 0.375<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/2-woven-basket-block3d/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/2-woven-basket-block3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/2-woven-basket-block3d/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/2-woven-basket-block3d/bmax/16/preview-light.png" alt="竹编容器 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 0.75<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/2-woven-basket-block3d/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/3-billiards-single-file/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/3-billiards-single-file/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/3-billiards-single-file/preview-light.png" alt="完整台球桌 CAD" width="220" height="124"></picture><br><strong>3. 完整台球桌</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/3-billiards-single-file/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/3-billiards-single-file/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/3-billiards-single-file/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/3-billiards-single-file/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/3-billiards-single-file/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/3-billiards-single-file/bmax/64/preview-light.png" alt="完整台球桌 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 44.4375<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/3-billiards-single-file/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/3-billiards-single-file/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/3-billiards-single-file/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/3-billiards-single-file/bmax/32/preview-light.png" alt="完整台球桌 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 88.875<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/3-billiards-single-file/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/3-billiards-single-file/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/3-billiards-single-file/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/3-billiards-single-file/bmax/16/preview-light.png" alt="完整台球桌 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 177.75<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/3-billiards-single-file/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/4-coffee-cup-block3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/4-coffee-cup-block3d/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/4-coffee-cup-block3d/preview-light.png" alt="咖啡杯 CAD" width="220" height="124"></picture><br><strong>4. 咖啡杯</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/4-coffee-cup-block3d/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/4-coffee-cup-block3d/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/4-coffee-cup-block3d/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/4-coffee-cup-block3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/4-coffee-cup-block3d/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/4-coffee-cup-block3d/bmax/64/preview-light.png" alt="咖啡杯 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 0.120226<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/4-coffee-cup-block3d/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/4-coffee-cup-block3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/4-coffee-cup-block3d/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/4-coffee-cup-block3d/bmax/32/preview-light.png" alt="咖啡杯 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 0.240453<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/4-coffee-cup-block3d/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/4-coffee-cup-block3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/4-coffee-cup-block3d/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/4-coffee-cup-block3d/bmax/16/preview-light.png" alt="咖啡杯 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 0.480906<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/4-coffee-cup-block3d/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/5-round-bottom-wok/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/5-round-bottom-wok/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/5-round-bottom-wok/preview-light.png" alt="木柄圆底锅 CAD" width="220" height="124"></picture><br><strong>5. 木柄圆底锅</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/5-round-bottom-wok/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/5-round-bottom-wok/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/5-round-bottom-wok/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/5-round-bottom-wok/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/5-round-bottom-wok/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/5-round-bottom-wok/bmax/64/preview-light.png" alt="木柄圆底锅 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 0.692182<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/5-round-bottom-wok/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/5-round-bottom-wok/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/5-round-bottom-wok/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/5-round-bottom-wok/bmax/32/preview-light.png" alt="木柄圆底锅 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 1.38436<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/5-round-bottom-wok/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/5-round-bottom-wok/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/5-round-bottom-wok/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/5-round-bottom-wok/bmax/16/preview-light.png" alt="木柄圆底锅 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 2.76873<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/5-round-bottom-wok/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/6-cast-iron-skillet/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/6-cast-iron-skillet/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/6-cast-iron-skillet/preview-light.png" alt="铸铁煎锅 CAD" width="220" height="124"></picture><br><strong>6. 铸铁煎锅</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/6-cast-iron-skillet/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/6-cast-iron-skillet/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/6-cast-iron-skillet/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/6-cast-iron-skillet/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/6-cast-iron-skillet/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/6-cast-iron-skillet/bmax/64/preview-light.png" alt="铸铁煎锅 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 0.604672<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/6-cast-iron-skillet/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/6-cast-iron-skillet/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/6-cast-iron-skillet/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/6-cast-iron-skillet/bmax/32/preview-light.png" alt="铸铁煎锅 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 1.20934<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/6-cast-iron-skillet/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/6-cast-iron-skillet/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/6-cast-iron-skillet/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/6-cast-iron-skillet/bmax/16/preview-light.png" alt="铸铁煎锅 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 2.41869<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/6-cast-iron-skillet/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/7-lunar-rover-block3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/7-lunar-rover-block3d/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/7-lunar-rover-block3d/preview-light.png" alt="月球车 CAD" width="220" height="124"></picture><br><strong>7. 月球车</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/7-lunar-rover-block3d/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/7-lunar-rover-block3d/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/7-lunar-rover-block3d/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/7-lunar-rover-block3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/7-lunar-rover-block3d/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/7-lunar-rover-block3d/bmax/64/preview-light.png" alt="月球车 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 0.123005<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/7-lunar-rover-block3d/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/7-lunar-rover-block3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/7-lunar-rover-block3d/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/7-lunar-rover-block3d/bmax/32/preview-light.png" alt="月球车 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 0.246009<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/7-lunar-rover-block3d/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/7-lunar-rover-block3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/7-lunar-rover-block3d/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/7-lunar-rover-block3d/bmax/16/preview-light.png" alt="月球车 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 0.492018<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/7-lunar-rover-block3d/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/8-microscope-block3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/8-microscope-block3d/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/8-microscope-block3d/preview-light.png" alt="显微镜 CAD" width="220" height="124"></picture><br><strong>8. 显微镜</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/8-microscope-block3d/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/8-microscope-block3d/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/8-microscope-block3d/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/8-microscope-block3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/8-microscope-block3d/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/8-microscope-block3d/bmax/64/preview-light.png" alt="显微镜 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 5.48351<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/8-microscope-block3d/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/8-microscope-block3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/8-microscope-block3d/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/8-microscope-block3d/bmax/32/preview-light.png" alt="显微镜 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 10.967<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/8-microscope-block3d/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/8-microscope-block3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/8-microscope-block3d/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/8-microscope-block3d/bmax/16/preview-light.png" alt="显微镜 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 21.934<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/8-microscope-block3d/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/9-mario-kart-single-file/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/9-mario-kart-single-file/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/9-mario-kart-single-file/preview-light.png" alt="无人物卡丁车 CAD" width="220" height="124"></picture><br><strong>9. 无人物卡丁车</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/9-mario-kart-single-file/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/9-mario-kart-single-file/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/9-mario-kart-single-file/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/9-mario-kart-single-file/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/9-mario-kart-single-file/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/9-mario-kart-single-file/bmax/64/preview-light.png" alt="无人物卡丁车 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 3.57995<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/9-mario-kart-single-file/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/9-mario-kart-single-file/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/9-mario-kart-single-file/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/9-mario-kart-single-file/bmax/32/preview-light.png" alt="无人物卡丁车 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 7.1599<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/9-mario-kart-single-file/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/9-mario-kart-single-file/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/9-mario-kart-single-file/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/9-mario-kart-single-file/bmax/16/preview-light.png" alt="无人物卡丁车 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 14.3198<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/9-mario-kart-single-file/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/10-woven-bamboo-chair/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/10-woven-bamboo-chair/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/10-woven-bamboo-chair/preview-light.png" alt="编织竹椅 CAD" width="220" height="124"></picture><br><strong>10. 编织竹椅</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/10-woven-bamboo-chair/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/10-woven-bamboo-chair/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/10-woven-bamboo-chair/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/10-woven-bamboo-chair/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/10-woven-bamboo-chair/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/10-woven-bamboo-chair/bmax/64/preview-light.png" alt="编织竹椅 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 13.2814<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/10-woven-bamboo-chair/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/10-woven-bamboo-chair/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/10-woven-bamboo-chair/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/10-woven-bamboo-chair/bmax/32/preview-light.png" alt="编织竹椅 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 26.5627<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/10-woven-bamboo-chair/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/10-woven-bamboo-chair/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/10-woven-bamboo-chair/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/10-woven-bamboo-chair/bmax/16/preview-light.png" alt="编织竹椅 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 53.1255<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/10-woven-bamboo-chair/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/11-spindle-back-chair/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/11-spindle-back-chair/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/11-spindle-back-chair/preview-light.png" alt="圆杆靠背木椅 CAD" width="220" height="124"></picture><br><strong>11. 圆杆靠背木椅</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/11-spindle-back-chair/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/11-spindle-back-chair/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/11-spindle-back-chair/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/11-spindle-back-chair/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/11-spindle-back-chair/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/11-spindle-back-chair/bmax/64/preview-light.png" alt="圆杆靠背木椅 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 13.4375<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/11-spindle-back-chair/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/11-spindle-back-chair/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/11-spindle-back-chair/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/11-spindle-back-chair/bmax/32/preview-light.png" alt="圆杆靠背木椅 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 26.875<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/11-spindle-back-chair/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/11-spindle-back-chair/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/11-spindle-back-chair/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/11-spindle-back-chair/bmax/16/preview-light.png" alt="圆杆靠背木椅 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 53.75<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/11-spindle-back-chair/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/12-part3d-roundtrip/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/12-part3d-roundtrip/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/12-part3d-roundtrip/preview-light.png" alt="油标尺 CAD" width="220" height="124"></picture><br><strong>12. 油标尺</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/12-part3d-roundtrip/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/12-part3d-roundtrip/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/12-part3d-roundtrip/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/12-part3d-roundtrip/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/12-part3d-roundtrip/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/12-part3d-roundtrip/bmax/64/preview-light.png" alt="油标尺 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 2.34375<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/12-part3d-roundtrip/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/12-part3d-roundtrip/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/12-part3d-roundtrip/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/12-part3d-roundtrip/bmax/32/preview-light.png" alt="油标尺 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 4.6875<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/12-part3d-roundtrip/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/12-part3d-roundtrip/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/12-part3d-roundtrip/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/12-part3d-roundtrip/bmax/16/preview-light.png" alt="油标尺 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 9.375<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/12-part3d-roundtrip/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/13-stepped-flange/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/13-stepped-flange/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/13-stepped-flange/preview-light.png" alt="阶梯法兰盘 CAD" width="220" height="124"></picture><br><strong>13. 阶梯法兰盘</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/13-stepped-flange/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/13-stepped-flange/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/13-stepped-flange/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/13-stepped-flange/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/13-stepped-flange/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/13-stepped-flange/bmax/64/preview-light.png" alt="阶梯法兰盘 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 1.5625<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/13-stepped-flange/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/13-stepped-flange/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/13-stepped-flange/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/13-stepped-flange/bmax/32/preview-light.png" alt="阶梯法兰盘 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 3.125<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/13-stepped-flange/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/13-stepped-flange/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/13-stepped-flange/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/13-stepped-flange/bmax/16/preview-light.png" alt="阶梯法兰盘 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 6.25<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/13-stepped-flange/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/14-bearing-housing-part3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/14-bearing-housing-part3d/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/14-bearing-housing-part3d/preview-light.png" alt="轴承座 CAD" width="220" height="124"></picture><br><strong>14. 轴承座</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/14-bearing-housing-part3d/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/14-bearing-housing-part3d/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/14-bearing-housing-part3d/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/14-bearing-housing-part3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/14-bearing-housing-part3d/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/14-bearing-housing-part3d/bmax/64/preview-light.png" alt="轴承座 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 1.5625<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/14-bearing-housing-part3d/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/14-bearing-housing-part3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/14-bearing-housing-part3d/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/14-bearing-housing-part3d/bmax/32/preview-light.png" alt="轴承座 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 3.125<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/14-bearing-housing-part3d/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/14-bearing-housing-part3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/14-bearing-housing-part3d/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/14-bearing-housing-part3d/bmax/16/preview-light.png" alt="轴承座 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 6.25<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/14-bearing-housing-part3d/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/15-high-speed-shaft-part3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/15-high-speed-shaft-part3d/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/15-high-speed-shaft-part3d/preview-light.png" alt="高速轴 CAD" width="220" height="124"></picture><br><strong>15. 高速轴</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/15-high-speed-shaft-part3d/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/15-high-speed-shaft-part3d/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/15-high-speed-shaft-part3d/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/15-high-speed-shaft-part3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/15-high-speed-shaft-part3d/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/15-high-speed-shaft-part3d/bmax/64/preview-light.png" alt="高速轴 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 1.25<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/15-high-speed-shaft-part3d/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/15-high-speed-shaft-part3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/15-high-speed-shaft-part3d/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/15-high-speed-shaft-part3d/bmax/32/preview-light.png" alt="高速轴 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 2.5<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/15-high-speed-shaft-part3d/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/15-high-speed-shaft-part3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/15-high-speed-shaft-part3d/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/15-high-speed-shaft-part3d/bmax/16/preview-light.png" alt="高速轴 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 5<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/15-high-speed-shaft-part3d/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/16-housing-part3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/16-housing-part3d/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/16-housing-part3d/preview-light.png" alt="机械壳体 CAD" width="220" height="124"></picture><br><strong>16. 机械壳体</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/16-housing-part3d/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/16-housing-part3d/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/16-housing-part3d/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/16-housing-part3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/16-housing-part3d/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/16-housing-part3d/bmax/64/preview-light.png" alt="机械壳体 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 1.89844<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/16-housing-part3d/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/16-housing-part3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/16-housing-part3d/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/16-housing-part3d/bmax/32/preview-light.png" alt="机械壳体 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 3.79688<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/16-housing-part3d/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/16-housing-part3d/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/16-housing-part3d/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/16-housing-part3d/bmax/16/preview-light.png" alt="机械壳体 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 7.59375<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/16-housing-part3d/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/17-stirling-d16-c/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/17-stirling-d16-c/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/17-stirling-d16-c/preview-light.png" alt="低温差斯特林展示机 CAD" width="220" height="124"></picture><br><strong>17. 低温差斯特林展示机</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/17-stirling-d16-c/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/17-stirling-d16-c/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/17-stirling-d16-c/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/17-stirling-d16-c/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/17-stirling-d16-c/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/17-stirling-d16-c/bmax/64/preview-light.png" alt="低温差斯特林展示机 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 2.1875<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/17-stirling-d16-c/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/17-stirling-d16-c/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/17-stirling-d16-c/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/17-stirling-d16-c/bmax/32/preview-light.png" alt="低温差斯特林展示机 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 4.375<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/17-stirling-d16-c/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/17-stirling-d16-c/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/17-stirling-d16-c/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/17-stirling-d16-c/bmax/16/preview-light.png" alt="低温差斯特林展示机 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 8.75<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/17-stirling-d16-c/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/18-stirling-horizontal-quartz/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/18-stirling-horizontal-quartz/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/18-stirling-horizontal-quartz/preview-light.png" alt="横置石英管斯特林展示机 CAD" width="220" height="124"></picture><br><strong>18. 横置石英管斯特林展示机</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/18-stirling-horizontal-quartz/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/18-stirling-horizontal-quartz/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/18-stirling-horizontal-quartz/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/18-stirling-horizontal-quartz/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/18-stirling-horizontal-quartz/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/18-stirling-horizontal-quartz/bmax/64/preview-light.png" alt="横置石英管斯特林展示机 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 3.125<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/18-stirling-horizontal-quartz/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/18-stirling-horizontal-quartz/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/18-stirling-horizontal-quartz/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/18-stirling-horizontal-quartz/bmax/32/preview-light.png" alt="横置石英管斯特林展示机 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 6.25<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/18-stirling-horizontal-quartz/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/18-stirling-horizontal-quartz/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/18-stirling-horizontal-quartz/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/18-stirling-horizontal-quartz/bmax/16/preview-light.png" alt="横置石英管斯特林展示机 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 12.5<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/18-stirling-horizontal-quartz/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/19-ge-e3-fan-module/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/19-ge-e3-fan-module/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/19-ge-e3-fan-module/preview-light.png" alt="GE E³ 风扇组件 CAD" width="220" height="124"></picture><br><strong>19. GE E³ 风扇组件</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/19-ge-e3-fan-module/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/19-ge-e3-fan-module/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/19-ge-e3-fan-module/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/19-ge-e3-fan-module/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/19-ge-e3-fan-module/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/19-ge-e3-fan-module/bmax/64/preview-light.png" alt="GE E³ 风扇组件 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 3.46775<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/19-ge-e3-fan-module/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/19-ge-e3-fan-module/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/19-ge-e3-fan-module/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/19-ge-e3-fan-module/bmax/32/preview-light.png" alt="GE E³ 风扇组件 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 6.93551<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/19-ge-e3-fan-module/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/19-ge-e3-fan-module/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/19-ge-e3-fan-module/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/19-ge-e3-fan-module/bmax/16/preview-light.png" alt="GE E³ 风扇组件 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 13.871<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/19-ge-e3-fan-module/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/20-cargo-atv/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/20-cargo-atv/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/20-cargo-atv/preview-light.png" alt="运输四轮 ATV CAD" width="220" height="124"></picture><br><strong>20. 运输四轮 ATV</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/20-cargo-atv/dist/models/main.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/20-cargo-atv/dist/models/main.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/20-cargo-atv/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/20-cargo-atv/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/20-cargo-atv/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/20-cargo-atv/bmax/64/preview-light.png" alt="运输四轮 ATV BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 3.41664<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/20-cargo-atv/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/20-cargo-atv/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/20-cargo-atv/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/20-cargo-atv/bmax/32/preview-light.png" alt="运输四轮 ATV BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 6.83328<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/20-cargo-atv/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/20-cargo-atv/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/20-cargo-atv/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/20-cargo-atv/bmax/16/preview-light.png" alt="运输四轮 ATV BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 13.6666<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/20-cargo-atv/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
  <tr>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/21-baltsar-chair/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/21-baltsar-chair/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/21-baltsar-chair/preview-light.png" alt="BALTSAR 宝特赛四腿椅 CAD" width="220" height="124"></picture><br><strong>21. BALTSAR 宝特赛四腿椅</strong></a><br>CAD<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/21-baltsar-chair/dist/models/21-baltsar-chair.glb">GLB</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/21-baltsar-chair/dist/models/21-baltsar-chair.step">STEP</a> · <a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/21-baltsar-chair/main.code3d.js">源码</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/21-baltsar-chair/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/21-baltsar-chair/bmax/64/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/21-baltsar-chair/bmax/64/preview-light.png" alt="BALTSAR 宝特赛四腿椅 BMAX 64" width="220" height="124"></picture></a><br><strong>BMAX 64</strong><br>最长边 64 格<br>体素边长 ≈ 13.2819<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/21-baltsar-chair/dist/models/bmax/64/main.bmax">下载 BMAX 64</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/21-baltsar-chair/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/21-baltsar-chair/bmax/32/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/21-baltsar-chair/bmax/32/preview-light.png" alt="BALTSAR 宝特赛四腿椅 BMAX 32" width="220" height="124"></picture></a><br><strong>BMAX 32</strong><br>最长边 32 格<br>体素边长 ≈ 26.5638<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/21-baltsar-chair/dist/models/bmax/32/main.bmax">下载 BMAX 32</a></td>
    <td width="25%" valign="top" align="center"><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/21-baltsar-chair/README.zh-CN.md"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/21-baltsar-chair/bmax/16/preview.png"><img src="https://raw.githubusercontent.com/parapoly-engine/parapoly-engine-showcase/main/examples/21-baltsar-chair/bmax/16/preview-light.png" alt="BALTSAR 宝特赛四腿椅 BMAX 16" width="220" height="124"></picture></a><br><strong>BMAX 16</strong><br>最长边 16 格<br>体素边长 ≈ 53.1277<br><a href="https://github.com/parapoly-engine/parapoly-engine-showcase/blob/main/examples/21-baltsar-chair/dist/models/bmax/16/main.bmax">下载 BMAX 16</a></td>
  </tr>
</table>
<!-- showcase-gallery:end -->

## 文档

- [建模指南](https://unpkg.com/parapoly-engine@3.0.4/AI_GUIDE.md) · [建模方法](https://unpkg.com/parapoly-engine@3.0.4/docs/MODELING.md)
- [API 参考](https://unpkg.com/parapoly-engine@3.0.4/docs/API.md) · [工程与 Node.js API](https://unpkg.com/parapoly-engine@3.0.4/docs/PROJECTS.md)
- [文件格式](https://unpkg.com/parapoly-engine@3.0.4/docs/FORMATS.md) · [PNG 预览](https://unpkg.com/parapoly-engine@3.0.4/docs/PREVIEW.md) · [限制说明](https://unpkg.com/parapoly-engine@3.0.4/docs/LIMITS.md)
- [公开示例与源码](https://github.com/parapoly-engine/parapoly-engine-showcase)

详细指南目前使用简体中文，配有 API 名称和类型声明。

## 许可证

[Apache-2.0](https://unpkg.com/parapoly-engine@3.0.4/LICENSE)。第三方组件遵循各自许可证。
