Search found 4 matches

by adams
Tue Jun 05, 2018 2:24 pm
Forum: Questions
Topic: Crop2D command line using existing polyline (imported shapefile)
Replies: 3
Views: 1601

Re: Crop2D command line using existing polyline (imported shapefile)

I found out a solution for my problem. I generate point cloud from my mesh :) I have an another problem... namely i can't specify filename of resulted mesh. openFile=os.system("CloudCompare -AUTO_SAVE OFF -O " + filePath +" " + "-SAMPLE_MESH POINTS 100000 -CROP2D Z " + ...
by adams
Tue May 29, 2018 1:57 pm
Forum: Questions
Topic: Crop2D command line using existing polyline (imported shapefile)
Replies: 3
Views: 1601

Crop2D command line using existing polyline (imported shapefile)

Hello, I would like to Crop2D loaded mesh by existing shapefile (imported earlier), using command line mode. Is it possible to choose existing polyline instead of number and coordinates of vertices? import os, subprocess CCPath = r"C:\Program Files\CloudCompare" filePath = r"E:\AS\Agi...
by adams
Thu Nov 26, 2015 11:10 pm
Forum: Plugins
Topic: New plugin - tutorial
Replies: 5
Views: 8485

Re: New plugin - tutorial

Ok, thanks for advice. I will check it. I have other question I'm trying to write some scripts in python and i have real problem with this function: ICP for 2 clouds > i get .txt file with matrix Then i would like to use this matrix again for other cloud, but i still got error message "Failed t...
by adams
Tue Nov 24, 2015 9:05 pm
Forum: Plugins
Topic: New plugin - tutorial
Replies: 5
Views: 8485

New plugin - tutorial

Hello,

Have u got any tutorial "how make new plugin to CC"?

I have some idea, but i'm not professional programmer, so i need some advices to do it :)

I wanna make plugin with other Variants of the ICP Algorithm.

What do u think about it?

Cheers,
Adam