s-du

Results 2 comments of s-du

Thanks a lot for the reply! test019.py helped me indeed! Here is the code that worked for me: params = cc.SFModulationParams() sub_cloud = cc.CloudSamplingTools.resampleCloudSpatially(cloud, 0.05, params) (spatialCloud, res) = cloud.partialClone(sub_cloud)...

Hi, I was wondering if there is any further feedback regarding this. I would really love to install CloudCompy in a venv, without needing Anaconda. Does anyone knows if it...