---
title: "Center Mesh"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/model3d/centermesh
markdown: https://docs.nodetool.ai/nodes/nodetool/model3d/centermesh.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/model3d/centermesh.md
---

# Center Mesh

**Type:** `nodetool.model3d.CenterMesh`

**Namespace:** `nodetool.model3d`

## Description

Center a mesh at the origin.
    3d, mesh, model, center, origin, align

    Use cases:
    - Center models for consistent positioning
    - Prepare models for rotation
    - Align multiple models

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `model_3d` | The 3D model to center | - |
| use_centroid | `bool` | Use geometric centroid (True) or bounding box center (False) | `true` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `model_3d` |  |

## Related Nodes

Browse other nodes in the [nodetool.model3d](./) namespace.
