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
How to choose SF column in command line
Re: How to choose SF column in command line
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
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