CloudCompare-PythonPlugin icon indicating copy to clipboard operation
CloudCompare-PythonPlugin copied to clipboard

Python plugin for CloudCompare

Results 13 CloudCompare-PythonPlugin issues
Sort by recently updated
recently updated
newest added

Issue Type: **Feature request** Hi @tmontaigu, Did you consider adding the independent wheels (pycc and cccorelib) to pypi.org so it can be installed using pip? Please be aware, there is...

hello, is there a function to import normal and RGB colour values from a point cloud thank you very much !!

I am a beginner in Python programming, I am trying to create a new "camera viewport" with the following code, however I am having difficulty finding a way to assign...

Hi, Thank you to the author for providing such a convenient python plugin installation. I am a beginner in programming and using cloudcompare. I have successfully installed it and successfully...

The issue is more related to CloudCompare than this plugin but: The type NormsIndexesTableType cannot be proberly wrapped to Python. On linux if its wrapped or used in as an...

bug

I have a simple script which loads a bunch of files using `pycc.FileIOFilter.LoadFromFile`, but I cannot figure out how to destroy the `ccHObject`s that it returns. Thus, the loaded files...

I am trying to develop a script to remove points from one point cloud based on overlap with a second point cloud. I have been doing it manually by first...

Bonjour, Je souhaiterai créer en python un petit programme qui affiche le point (0,0,0) ainsi que les vecteurs x,y et z partant de ce point. Dans CloudCompare, lors de l'import...

Bonjour, Avec mon script python, je découpe plusieurs fichiers ce qui me donne parfois une dizaine de nuages de points. Je voudrai que ces nuages de points s'affichent dans des...

hello Thomas, inside CC 2.13.2, your example to assign color to polyline won’t work.... ``` import pycc import cccorelib import numpy as np CC = pycc.GetInstance() VERTICES = np.array([ [-0.5,...