Batch transform .las to .dxf

Feel free to ask any question here
Post Reply
Anthony
Posts: 1
Joined: Wed Jun 15, 2022 7:32 am

Batch transform .las to .dxf

Post 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
daniel
Site Admin
Posts: 7710
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Batch transform .las to .dxf

Post 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).
Daniel, CloudCompare admin
Post Reply