CloudComPy icon indicating copy to clipboard operation
CloudComPy copied to clipboard

Python wrapper for CloudCompare

Results 103 CloudComPy issues
Sort by recently updated
recently updated
newest added

Hi, ## Overview I wanted to use the `cc.ICP` function similar to when we used it in the command line call to CloudCompare. However, I found that the function would...

I'm trying to install the cloudcompare binary and using the directions jn doc/UseLinuxCondaBinary.md As far as I can tell, the instructions include everything but the actual installation. There is a...

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...

Bug confirmed on the official macOS version of CloudCompare ([issue #1646](https://github.com/CloudCompare/CloudCompare/issues/1646)). PoissonRecon algorithm crashes on the example, with octree depth > 8. To check with CloudComPy macOS build.

@prascle Hello, I would like to request a new feature in cloudcompy - the ability to "extract sections" (https://www.cloudcompare.org/doc/wiki/index.php/Extract_Sections). Currently, there is no easy way to do this in cloudcompy,...

since euler angles has gimbal lock, quaternion will be useful as a standard description for giving rotation to point clouds. Currently, only rotation through euler angles and transformation matrix is...

Hello! We are trying to use the functions '.GeometricalAnalysisTools.FlagDuplicatePoints' and 'filterPointsByScalarValue' to remove duplicate points from our point cloud. Does anyone know which arrays or values to use? ![image](https://github.com/CloudCompare/CloudComPy/assets/169348458/9740eebf-dd7d-4cee-8716-9db9421f1e7d) It...

Hi, I would like to know if it is possible to load the files and then viusalise them using CloudCompare, directly through CloudComPy. i.e(I do not wish to manually drag...

Currently filterBySFValue does not seem to support Mesh, only Point Clouds. On a mesh entity it throws an error ``` incompatible function arguments. The following argument types are supported: 1....

I can't seem to find a method to increase the size of the points within a cloud. Does this exist? I would like to render images with point sizes greater...