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!
Export polyline data
Re: Export polyline data
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 ;) ).
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
Re: Export polyline data
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 :)
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
Of course. Otherwise the developer can use github and the 'pull request' mechanism.
Daniel, CloudCompare admin