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

# TripoMeshCompleteNode - ComfyUI Built-in Node Documentation

> Completes the parts of a segmented 3D model and repairs missing or damaged regions of the mesh.

Completes the parts of a segmented 3D model and repairs missing or damaged regions of the mesh. It takes the task ID of a Tripo mesh segmentation result, requests the completion job from Tripo, and waits for it to finish. You can optionally limit the work to specific part names. The completed model is returned as a GLB file.

## Inputs

| Parameter         | Description                                                                                                                                                                                | Data Type         | Required | Range              |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------- | -------- | ------------------ |
| `segment_task_id` | Task ID of a Tripo mesh segmentation task. The parts of the segmented model from this task are completed. Connect the SEGMENT\_TASK\_ID output of a previous Tripo mesh segmentation node. | SEGMENT\_TASK\_ID | Yes      | Single task ID     |
| `part_names`      | Comma-separated part names to complete. Empty completes every part. Default: empty string. Extra spaces around names are removed and duplicate names are ignored.                          | STRING            | No       | Free text or empty |

## Outputs

| Output Name     | Description                                                                                                                 | Data Type       |
| --------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------- |
| `model_file`    | File name of the completed model. This output exists for backward compatibility only.                                       | STRING          |
| `model task_id` | Task ID of the completed Tripo mesh completion task. Can be used as input by other Tripo nodes that expect a model task ID. | MODEL\_TASK\_ID |
| `GLB`           | The completed 3D model with repaired parts, downloaded as a GLB file.                                                       | GLB             |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/TripoMeshCompleteNode/en.md)

***

**Source fingerprint (SHA-256):** `c5709231fa2e33e6f3c9b25669acca1d4ae9adb882b90210d703aeddc0d11ecc`
