Hi,
This software is new for me; I'm trying to use the command line to automatize some process
I have a question, is it possible with the command line to open a ascii file by ignoring a column (the third one for example) or also to swap columns (for example column 1 = Z, column 2 = Scalar, column 3 =X and column 4 = Y
Thanks for your help!
Manon
swap columns in command line
Re: swap columns in command line
Nope, that's not possible right now... However if your file has a header it can help CC guess what the columns correspond to:
Code: Select all
//X Y Z R G B etc.
Daniel, CloudCompare admin