Oh!
Thanks, Jed!
That works.
Search found 51 matches
- Sat Oct 31, 2020 5:23 pm
- Forum: Questions
- Topic: Automating common workflows?
- Replies: 12
- Views: 11647
- Sat Oct 31, 2020 3:31 am
- Forum: Questions
- Topic: Automating common workflows?
- Replies: 12
- Views: 11647
Re: Automating common workflows?
I figured the 'density' option would output the scalar field. "Enabling this flag tells the reconstructor to output the estimated depth values of the iso-surface vertices." Then the density is used by SurfaceTrimmer.exe "Trims off parts of a triangle mesh with a per-vertex signal whos...
- Fri Oct 30, 2020 8:27 pm
- Forum: Questions
- Topic: Automating common workflows?
- Replies: 12
- Views: 11647
Re: Automating common workflows?
Here is the file from the poissonrecon.exe being imported into CC. Notice 2 scalar fields. (neither works as expected).
In case you're interested
In case you're interested
- Fri Oct 30, 2020 8:10 pm
- Forum: Questions
- Topic: CMD Line: compute normals using sensors?
- Replies: 3
- Views: 2359
- Wed Oct 28, 2020 10:08 pm
- Forum: Plugins
- Topic: PoissonRecon.exe to output density SF CC can use?
- Replies: 6
- Views: 18127
PoissonRecon.exe to output density SF CC can use?
I've been dabbling with the poissonrecon.exe to mesh PLY files exported from CC. However it does not seem that the --density parameter of poissonrecon.exe is outputting values that CC can use to edit the scalar field. See attached image. Should this work? Does the library CC uses for poisson reconst...
- Wed Oct 28, 2020 4:16 pm
- Forum: Questions
- Topic: CMD Line: compute normals using sensors?
- Replies: 3
- Views: 2359
CMD Line: compute normals using sensors?
The wiki doesn't show "use sensors when possible" for -OCTREE_NORMALS or -COMPUTE_NORMALS
Is there a secret command to use sensors? If not, could this feature be added?
Thanks
Is there a secret command to use sensors? If not, could this feature be added?
Thanks
- Tue Oct 27, 2020 5:35 pm
- Forum: Questions
- Topic: Automating common workflows?
- Replies: 12
- Views: 11647
Re: Automating common workflows?
For anyone interested, here is a batch command to accomplish 1-5: cloudcompare -AUTO_SAVE OFF -C_EXPORT_FMT PLY -o <file names.e57> -OCTREE_NORMALS .01 -SF_CONVERT_TO_RGB FALSE -MERGE_CLOUDS -PLY_EXPORT_FMT BINARY_BE -SAVE_CLOUDS FILE "NormalsComputedAndMerged.ply" OCTREE_NORMALS radius ma...
- Sun Oct 25, 2020 3:21 am
- Forum: Questions
- Topic: Automating common workflows?
- Replies: 12
- Views: 11647
Re: Automating common workflows?
Thanks to stack overflow... This windows .bat works: setlocal EnableDelayedExpansion for %%i in (*.e57) do set "files=-o "%%i" !files!" cloudcompare -AUTO_SAVE OFF -C_EXPORT_FMT PLY %files% -OCTREE_NORMALS .01 -SF_CONVERT_TO_RGB TRUE -MERGE_CLOUDS -PLY_EXPORT_FMT BINARY_BE -SAVE_...
- Tue Oct 20, 2020 7:09 pm
- Forum: Questions
- Topic: Automating common workflows?
- Replies: 12
- Views: 11647
Re: Automating common workflows?
Is it possible to open all files in a folder with a wildcard? Like cloudcompare -o *.e57?
- Tue Oct 20, 2020 5:15 pm
- Forum: Questions
- Topic: Automating common workflows?
- Replies: 12
- Views: 11647
Re: Automating common workflows?
Thanks, Daniel. I'll take a closer look at the command line options.