CC command line question

Feel free to ask any question here
Post Reply
kerryball
Posts: 1
Joined: Tue Jul 02, 2024 3:42 am

CC command line question

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

Re: CC command line question

Post 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').
Daniel, CloudCompare admin
daniel
Site Admin
Posts: 7607
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: CC command line question

Post by daniel »

Oh, and another way may be to use the Python interface (CloudCompy).
Daniel, CloudCompare admin
Post Reply