> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Tencent3DPartNode - ComfyUI Built-in Node Documentation

> Complete documentation for the Tencent3DPartNode node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/Tencent3DPartNode/zh.md)

此节点使用腾讯混元3D API，自动分析一个3D模型并根据其结构生成或识别其组件。它会处理模型并返回一个新的FBX文件。

## 输入参数

| 参数         | 数据类型   | 必填 | 范围             | 描述                                          |
| ---------- | ------ | -- | -------------- | ------------------------------------------- |
| `model_3d` | FILE3D | 是  | FBX, Any       | 要处理的3D模型。模型应为FBX格式，且面数少于30000。              |
| `seed`     | INT    | 否  | 0 到 2147483647 | 用于控制节点是否应重新运行的种子值。无论种子值如何，结果都是非确定性的。（默认值：0） |

**注意：** `model_3d` 输入仅支持 FBX 格式的文件。如果提供了其他3D文件格式，节点将引发错误。

## 输出

| 输出名称  | 数据类型      | 描述                   |
| ----- | --------- | -------------------- |
| `FBX` | FILE3DFBX | 处理后的3D模型，以FBX文件形式返回。 |
