Hi guys,
I hope you can help me. I try to convert .las files located in a specific path folder into .dxf. I new with the command line feature. Anyone who can help me how to do it? Thank you in advance
Batch transform .las to .dxf
Re: Batch transform .las to .dxf
I guess it would look like 'CloudCompare -GLOBAL_SHIFT AUTO -O file.las -C_EXPORT_FMT DXF -SAVE_CLOUDS FILE file.dxf'
And put that in a loop (if you are on Windows, take a look at https://stackoverflow.com/questions/138 ... a-for-loop).
And put that in a loop (if you are on Windows, take a look at https://stackoverflow.com/questions/138 ... a-for-loop).
Daniel, CloudCompare admin