---
title: "Load Model 3D File"
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/loadmodel3dfile
markdown: https://docs.nodetool.ai/nodes/nodetool/model3d/loadmodel3dfile.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/model3d/loadmodel3dfile.md
---

# Load Model 3D File

**Type:** `nodetool.model3d.LoadModel3DFile`

**Namespace:** `nodetool.model3d`

## Description

Load a 3D model file from disk.
    3d, mesh, model, input, load, file, obj, glb, stl, ply

    Use cases:
    - Load 3D models for processing
    - Import meshes from CAD software
    - Read 3D assets for a workflow

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| path | `str` | Path to the 3D model file to read | `` |

## Outputs

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

## Related Nodes

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