Page 1 of 1

add new points or vertex and export as ASCII?

Posted: Sun Aug 05, 2018 7:37 pm
by fferro
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

Re: add new points or vertex and export as ASCII?

Posted: Mon Aug 06, 2018 1:14 pm
by daniel
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?

Re: add new points or vertex and export as ASCII?

Posted: Mon Aug 06, 2018 3:07 pm
by fferro
Some spots in the cloud exported as vertices coordinates in a text file. Thanks

Image

Re: add new points or vertex and export as ASCII?

Posted: Mon Aug 06, 2018 3:09 pm
by fferro
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?

Posted: Thu Aug 09, 2018 12:55 pm
by daniel