Page 1 of 1

More advanced version of Point List Picking

Posted: Wed Nov 29, 2017 9:16 am
by PCEngineer
Hello everybody,

For a project I need to manually click lots of points in a point cloud. With these points I need to do some analysis which I plan to calculate in an Excel sheet. For practical reasons, it would be very helpful if the point list would be in some kind of matrix format (ready for analysis), instead of a one dimensional list.

Is this possible with CloudCompare or is there maybe some plugin available from people with similar challenges?

Thanks in advance!

Re: More advanced version of Point List Picking

Posted: Wed Nov 29, 2017 9:26 pm
by daniel
One option is to export the list as a new cloud, and then export this cloud as an ASCII file with the semicolon as separator. This way you'll have a nice CSV file, ready to be loaded in Excel.

Or did I misunderstood your point?