CloudCompare / CloudComPy

Python wrapper for CloudCompare
Other
265 stars 38 forks source link

SAVE ccMesh <CC_FILE_ERROR.CC_FERR_BROKEN_DEPENDENCY_ERROR: 13> #162

Open new4beeeee opened 2 months ago

new4beeeee commented 2 months ago

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

rasclep commented 2 months ago

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