CloudComPy icon indicating copy to clipboard operation
CloudComPy copied to clipboard

SAVE ccMesh <CC_FILE_ERROR.CC_FERR_BROKEN_DEPENDENCY_ERROR: 13>

Open new4beeeee opened this issue 9 months ago • 1 comments

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? Snipaste_2024-04-26_15-35-07

new4beeeee avatar Apr 26 '24 07:04 new4beeeee

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

rasclep avatar Apr 28 '24 09:04 rasclep