run_cloudcompare_command
Execute custom CloudCompare CLI commands by providing arguments directly, enabling advanced or unsupported operations on point clouds and meshes.
Instructions
Run an arbitrary CloudCompare CLI command for advanced or unsupported operations. Do NOT include the executable path or -SILENT flag — they are added automatically. Example args: ["-O", "/path/cloud.las", "-AUTO_SAVE", "OFF"]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | CloudCompare CLI arguments (after the binary and -SILENT). | |
| working_directory | No | Optional working directory for the command. |