Page 1 of 1

CC command line question

Posted: Tue Jul 02, 2024 3:44 am
by kerryball
How to use command line to import a txt file with 6 column(x,y,z,r,g,b)
Because, I can only import this file by clicking the import settings. Everytime I use command line, the last 3 column(rgb) can never be imported into my cloud.

Re: CC command line question

Posted: Tue Jul 02, 2024 7:54 am
by daniel
If it's not obvious what the additional columns are, CC will indeed ask the user to confirm their role in the GUI version. And skip it in the command line one.

I believe the only way with the command line is to add a header to the ASCII file (something like '//X Y Z R G B').

Re: CC command line question

Posted: Tue Jul 02, 2024 7:54 am
by daniel
Oh, and another way may be to use the Python interface (CloudCompy).