Page 1 of 1

Batch transform .las to .dxf

Posted: Wed Jun 15, 2022 7:37 am
by Anthony
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

Re: Batch transform .las to .dxf

Posted: Sun Jun 19, 2022 7:01 pm
by daniel
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).