Paul RASCLE

Results 138 comments of Paul RASCLE

Hello, genericIndexedCloudPersist is a base class for ccPointCloud, so you don't need to convert it. You can find an example of usage in the tests: [test019.py](https://github.com/CloudCompare/CloudComPy/blob/master/tests/test019.py). Can you provide a...

Hello, - I did not include the fbx driver in my build, I checked that it worked on Linux, I assume it will work without problems on Windows so I...

The different points are covered in the latest version of CloudComPy (master of August 4). The Anaconda3 Windows10 binary can be found here: [https://www.simulation.openfields.fr/binaries/](https://www.simulation.openfields.fr/binaries/) If there are still problems, don't...

Corresponding tests and examples are in test020.py and test022.py. The processing and export of calculation results in png or csv (e.g. histograms) are handled with the Python modules numpy, matplotlib...

Hello, The split distance part has not been tested correctly, the interface is not user friendly and with bad documentation. Thanks for your help to fix CloudComPy! Here is an...

Hi, I'm not sure if I understood your question correctly. If not, maybe can you provide a small data set and more details on what you do usually with the...

Dear Eric, I think the column title is important. I recreated a small example .ply file with CloudCompare, as I understand your data, and a script to process it with...

I agree with you: the idea is not to manually change the column title. I still think the best option I have is to force all additional columns as scalarFields...

Hello, I hope the new version will answer this problem, binaries are [here](https://www.simulation.openfields.fr/index.php/download-binaries) Paul

Hello, Concerning your last comment, the log give the number of bytes, not the number of points. Each coordinate is a float (4 bytes), 3 coordinates per point so 908705...