Hello!
I am trying to sample points on a mesh using command line mode. I can achieve that by using:
Code: Select all
CloudCompare -O object.obj -SAMPLE_MESH POINTS 2048
However, object.obj consists of sub-meshes. The point cloud created by the command above does not contain the information of which points belong to which sub-mesh. If I were to use the GUI, I could choose each sub-mesh and sample from them, it would result in a separate point cloud for each sub-mesh (which is totally fine). I was wondering if it is possible to do something similar in command line mode.
Any help would be appreciated!