convert_format
Convert point cloud or mesh files between formats like LAS, LAZ, PLY, PCD, XYZ, ASC, E57, and OBJ by specifying input and output file paths. The target format is inferred from the output file extension.
Instructions
Convert a point cloud or mesh file to a different format. CloudCompare infers the target format from the output file extension (e.g. .las, .laz, .ply, .pcd, .xyz, .asc, .e57, .obj).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | Absolute path to the input file. | |
| output_path | Yes | Absolute path for the output file (extension defines format). |