How to choose SF column in command line

Feel free to ask any question here
Post Reply
DA523
Posts: 166
Joined: Mon May 25, 2020 4:02 pm

How to choose SF column in command line

Post by DA523 »

I use the command line to draw mesh from 6 columns CSV file
It works but always chooses columns no 4 as SF and save mesh as BIN file
How to tell CC to use columns no 6 as SF

My command is
"C:\Program Files\CloudCompare\cloudcompare.exe" -o "C:\Users\me\Desktop\123456.csv" -DELAUNAY
DA523
Posts: 166
Joined: Mon May 25, 2020 4:02 pm

Re: How to choose SF column in command line

Post by DA523 »

I found the answer ...
suppose you have headers
x,y,z,a,b,c

To assign z column as SF , Use this command

"C:\Program Files\CloudCompare\cloudcompare.exe" -o "C:\Users\me\Desktop\123456.csv" -COORD_TO_SF z -DELAUNAY

However , CC will generate 2 bin files. One is point cloud and one is mesh
Post Reply