CloudCompare CLI -COMPUTE_NORMALS
Posted: Sun May 04, 2025 8:23 pm
Hello,
I work on point clouds in xyz format with such structure:
10.3, 31.5, 0.1
10.4, 30.1, 0.1
10.4, 30.6, 0.1
To create a mesh out of it I use:
Edit -> Normals -> Compute
and then
Plugins -> PoissonRecon
To use the same functions but with CLI, first I want to compute normals by command:
CloudCompare.exe -COMPUTE_NORMALS -O ".xyz file" -SAVE_CLOUDS FILE ".las file"
but created .las file is no openable by CloudCompare. I get error:
"An error occurred while loading 'tiger-export_macierz_binarna_norm': the third-party library in charge of saving/loading the file has failed to perform the operation"
How can create stl file from xyz file using CLI?
Thank you in advance
I work on point clouds in xyz format with such structure:
10.3, 31.5, 0.1
10.4, 30.1, 0.1
10.4, 30.6, 0.1
To create a mesh out of it I use:
Edit -> Normals -> Compute
and then
Plugins -> PoissonRecon
To use the same functions but with CLI, first I want to compute normals by command:
CloudCompare.exe -COMPUTE_NORMALS -O ".xyz file" -SAVE_CLOUDS FILE ".las file"
but created .las file is no openable by CloudCompare. I get error:
"An error occurred while loading 'tiger-export_macierz_binarna_norm': the third-party library in charge of saving/loading the file has failed to perform the operation"
How can create stl file from xyz file using CLI?
Thank you in advance