Page 1 of 1

How to choose SF column in command line

Posted: Fri Sep 24, 2021 10:10 pm
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

Re: How to choose SF column in command line

Posted: Sat Sep 25, 2021 10:38 am
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