Search found 2 matches

by jselikof
Thu Jul 10, 2025 1:01 pm
Forum: Questions
Topic: Save all entities in command-line mode?
Replies: 3
Views: 32249

Re: Save all entities in command-line mode?

Thanks for the reply!

In this case .bin would be great. Basically, there are 1 to 10 point clouds, and any number of small wireframe meshes representing camera orientation where photos were taken. Unfortunately the meshes are too sparse to use their vertices. There could be e.g. 20 of these, so it ...
by jselikof
Sun Jul 06, 2025 3:34 am
Forum: Questions
Topic: Save all entities in command-line mode?
Replies: 3
Views: 32249

Save all entities in command-line mode?

Three solutions proposed by ChatGPT, none work!

CloudCompare -SILENT \
-O cloud1.las \
-O cloud2.las \
-O mesh1.obj \
-MERGE_CLOUDS \
-SAVE_CLOUDS FILE "combined_scene.bin"
🔹 What this does
✅ Loads two point clouds and a mesh.
✅ Merges all point clouds into one (optional — remove -MERGE_CLOUDS ...