Cloud naming when exporting via command line

Feel free to ask any question here
Post Reply
Darius_bd
Posts: 45
Joined: Fri Feb 08, 2019 10:28 am

Cloud naming when exporting via command line

Post by Darius_bd »

.
Hi Daniel

I have a simple question, maybe it was answered before? I couldn't find it.

I'm trying to extract all cloud entities inside an E57 file as single E57 files via the command line, but the file name is just the name of the original file with "_0", "_1" appended to it. Is there a way to extract these cloud entities and name them how they are named internally?

If I open the file on the GUI, select one cloud and click to save, the filename proposed will be the entity name.

Any way to do this with the command line?

Many thanks!
daniel
Site Admin
Posts: 7701
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Cloud naming when exporting via command line

Post by daniel »

Hi, not with the current implementation. Someone would need to add a new CLI option to control that (the easiest would be to transfer the entity->getName() output to the CLIEntityDesc::basename field).
Daniel, CloudCompare admin
Darius_bd
Posts: 45
Joined: Fri Feb 08, 2019 10:28 am

Re: Cloud naming when exporting via command line

Post by Darius_bd »

.
Thanks for the reply Daniel! At least it will stop me from looking trough the docs one more time ;D

And darn, I wish 'i knew how to code so I could contribute to this fantastic project.

PS: Not that it could be done via the GUI though, right?
Post Reply