Missing point cloud associated with mesh and polyline
Hi Thomas, creating mesh and polyline does not automatically generate the linked point cloud, so it is not possible to save objects, a workaround is to clone the mesh and polyline and then the linked cloud also appears. Thanks Mario
Do you have an example for this ? so that's its easier for me to fix and check its fixed ?
this mesh:
https://tmontaigu.github.io/CloudCompare-PythonRuntime/examples.html#using-ccmesh
The point cloud is not available after mesh creation, but only after cloning; without the point cloud it is impossible to save in a bin file. The same applies to polylines
After checking, I believe this is completely normal, you should do mesh.addChild(vertices) to have the cloud appear
works perfectly thanks for your help !!!!!