The August 4, 2021 CloudComPy release is available for testing

The August 4, 2021 version of the Windows 10 Anaconda 3 binary is available here.
The corresponding Anaconda3 configuration is described in the README.

The main additions to the interface concern:

  • export and import methods for point clouds and meshes, in all formats offered by CloudCompare. The corresponding tests and examples are in test020.py.
  • the management of 2D polygons (ccFacet), the corresponding tests and examples are in test021.py.
  • the export of results (for example histograms) as png or csv files, using the Python modules numpy, matplotlib and csv. The corresponding examples are in test022.py.