CloudComPy
CloudComPy copied to clipboard
SAVE ccMesh <CC_FILE_ERROR.CC_FERR_BROKEN_DEPENDENCY_ERROR: 13>
I tried to create a mesh from [ccPointCloud] named "cloudtest" formed by 4 points, but it breakdown many times while i saved it to .bin, could you please help me to figure out the problems?
Hello, you have to save the cloud and the mesh together to avoid the broken dependency error.
cc.saveEntities([cloudtest, m1], "myMesh.bin")
It's probably not clear in the documentation, I will fix it!
Regards,
Paul