export_object
Export a 3D object or entire scene to common file formats like glb, fbx, obj, stl, and ply. Specify file path and format for output.
Instructions
Export an object (or the full scene) to a 3D file.
Parameters:
name: Object to export; exports entire scene if omitted
filepath: Output file path (auto-generated in temp dir if omitted)
file_format: glb, gltf, fbx, obj, stl, ply (default glb)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| filepath | No | ||
| file_format | No | glb |