Export polyline data

Feel free to ask any question here
Post Reply
mbi
Posts: 2
Joined: Mon Mar 05, 2018 11:23 am

Export polyline data

Post by mbi »

Hi,
I have searched the forum for some help on the subject, but maybe I missed it - in that case I'm sorry!
I have about 100 polylines per point cloud and I would like to extract the information generated in one go, especially the length of each polyline. I tried using point picking which provides coordinates of each point which than I could translate in length, but I was wondering if it is possible to skip this step.
Thank you for the help and thanks for making CC!
daniel
Site Admin
Posts: 7711
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Export polyline data

Post by daniel »

Nope, this is not possible right now.

However it would be relatively easy to mimic the behavior of the MainWindow::doActionExportCloudInfo function (with some minor development skills in C++ of course ;) ).
Daniel, CloudCompare admin
mbi
Posts: 2
Joined: Mon Mar 05, 2018 11:23 am

Re: Export polyline data

Post by mbi »

HI Daniel,

Thanks for the reply!
I have no experience in C++, but in case someone helps in this part, can I send you the script to check or incorporate in the program? (Does it work like this?)
If this function comes to life by you or some of your colleagues, please let me know! It would be really great!
Thank you :)
daniel
Site Admin
Posts: 7711
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Export polyline data

Post by daniel »

Of course. Otherwise the developer can use github and the 'pull request' mechanism.
Daniel, CloudCompare admin
Post Reply