Import Mesh
import_meshImport STL, OBJ, or 3MF mesh files as reference bodies, returning the mesh name and bounding box for use as reference geometry.
Instructions
Import a mesh file (STL, OBJ, or 3MF) as a mesh body. Returns the mesh name and bounding box. Use for reference geometry (e.g. exported SketchUp model).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| units | No | Source mesh units (default: mm) | mm |
| file_path | Yes | Absolute path to mesh file (.stl/.obj/.3mf) | |
| component_name | No | Target component name (omit for root component) |