Paul RASCLE
Paul RASCLE
Hello, I'm sorry, I didn't see your message. I work on the [fork repository](https://github.com/prascle/CloudComPy) and, from time to time, I make a pull request on the [reference repository](https://github.com/CloudCompare/CloudComPy), which is...
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/ The corresponding test and example is...
Hi, The test is in error because the timeout is a bit short. If you run ``` envPyCC.bat python test021.py ``` It should be OK. I'll extend the timeout a...
Hi, You can save the associated mesh with: ``` mesh1 = polygon1.getPolygon() cc.SaveMesh(mesh1, os.path.join(dataDir, "mesh1.ply")) ``` You can have a look at test020.py for the different mesh formats available.
Hello, I have never tried to use CloudComPy with an Anaconda IDE (I only use Anaconda and especially conda to provide the set of packages used to build CloudComPy). A...
Hello, The new release of CloudComPy (December 5, 2021) works with Spyder and Jupyter, on Windows and Linux. Let me know if you have any problems or suggestions for improvement....
Hi, There is a PATH problem, I can't reproduce it on my computers for the moment. I don't quite understand your traceback: it looks like you installed CloudComPy in the...
Hello, I think this is related to invalid points. It seems that when CloudCompare reads a file with invalid points, the scalar fields arrays are resized for all the points,...
Hi Daniel, I am based on CloudCompare master (July 14, 2022, sha1: 1118e63344e08) plus my patches. It is indeed strange, the corresponding GUI does not show any problem with the...
@dgirardeau, I check with the [CloudCompare 2.12.4 Windows binary](http://www.cloudcompare.org/release/CloudCompare_v2.12.4_setup_x64.exe), with the manitou.e57 file from http://www.libe57.org/data.html (with invalid points). When I export the Intensity scalar field histogram in a csv, I...