Export Vrml
export_vrmlExports the current PCB design to a VRML 3D model for visualization, with configurable output path, units, and overwrite behavior.
Instructions
Export the PCB as a VRML 3D model through kicad-cli. This compact alias of export_3d_cli exposes the VRML-specific options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Overwrite the output file | |
| units | No | Output units | |
| boardPath | No | Path to the .kicad_pcb (default: current board) | |
| modelsDir | No | Directory in which to store component models | |
| outputPath | Yes | Path to save the VRML file | |
| modelsRelative | No | Use relative paths to modelsDir |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |