I have a point cloud inside CC. I need to add 6 to 10 vertex/points in 3D space and export their coordinates in a text file.
RESULT.txt
#ID X Y Z
CL_A2 10.557685 20.261318 -0.002908
CL_B1 13.966975 20.323054 -0.005640
CL_B2 16.795346 20.188634 -0.027094
CL_C1 35.384097 20.087356 0.009813
CL_C2 47.695982 20.121577 0.071612
CL_D1 64.584418 20.135276 0.048312
CL_D2 77.427641 20.412148 0.117092
Which is the best workflow to achieve this?
TIA
add new points or vertex and export as ASCII?
Re: add new points or vertex and export as ASCII?
Do you mean you want to merge those points with an existing point cloud? Then simply load both clouds, select them, and use the 'Edit > Merge' tool. Then you'll get only one cloud that you'll be able to export to ASCII again.
Otherwise, can you explain again what you want to do?
Otherwise, can you explain again what you want to do?
Daniel, CloudCompare admin
Re: add new points or vertex and export as ASCII?
I mean, select some points of the existing cloud, and export their coordinates in a text file
Re: add new points or vertex and export as ASCII?
Use the 'Point list picking' tool: https://www.cloudcompare.org/doc/wiki/i ... st_picking
Daniel, CloudCompare admin