Search found 4 matches
- Tue Jun 05, 2018 2:24 pm
- Forum: Questions
- Topic: Crop2D command line using existing polyline (imported shapefile)
- Replies: 3
- Views: 2295
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 " + ...
- Tue May 29, 2018 1:57 pm
- Forum: Questions
- Topic: Crop2D command line using existing polyline (imported shapefile)
- Replies: 3
- Views: 2295
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...
- Thu Nov 26, 2015 11:10 pm
- Forum: Plugins
- Topic: New plugin - tutorial
- Replies: 5
- Views: 10610
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...
- Tue Nov 24, 2015 9:05 pm
- Forum: Plugins
- Topic: New plugin - tutorial
- Replies: 5
- Views: 10610
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
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