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

# TripoMeshCompleteNode - ComfyUI Built-in Node Documentation

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

Completes missing or incomplete parts of an already segmented 3D model and repairs damaged regions of the mesh. It takes the task ID of a Tripo mesh segmentation result and asks Tripo to complete the model, then waits for the job to finish. Completed parts are returned as a GLB file, and you can optionally limit the work to specific part names.

## 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):** `aa7173f25f54d9fca9605e246a93fe319cf46c07d8d3aacc214a24a60c92e611`
