Page 1 of 1

Export polyline data

Posted: Wed Mar 07, 2018 1:05 pm
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!

Re: Export polyline data

Posted: Sun Mar 11, 2018 6:03 pm
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 ;) ).

Re: Export polyline data

Posted: Tue Mar 13, 2018 11:12 am
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 :)

Re: Export polyline data

Posted: Tue Mar 13, 2018 9:42 pm
by daniel
Of course. Otherwise the developer can use github and the 'pull request' mechanism.