CloudCompare / CloudComPy

Python wrapper for CloudCompare
Other
265 stars 38 forks source link

LAS to PLY conversion problem #148

Open 7Vyshak7 opened 6 months ago

7Vyshak7 commented 6 months ago

When I tried to convert a .las file into a .ply file there was duplication of some fields.

import cloudComPy as cc
cc.initCC()
cl=cc.loadPointCloud('Test.las')
res=cc.SavePointCloud(cl,"Test.ply") 

Is there any option to prevent the duplication of the fields?

prascle commented 6 months ago

Hi, I can't reproduce this behaviour with my .las samples. Could you provide a file that shows the problem or, at least, field names that are duplicated ? Do you observe the same behaviour with the CloudCompare GUI ? Regards, Paul