add new points or vertex and export as ASCII?

Feel free to ask any question here
Post Reply
fferro
Posts: 3
Joined: Sun Aug 05, 2018 7:31 pm

add new points or vertex and export as ASCII?

Post 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
daniel
Site Admin
Posts: 7713
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

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

Post 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?
Daniel, CloudCompare admin
fferro
Posts: 3
Joined: Sun Aug 05, 2018 7:31 pm

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

Post by fferro »

Some spots in the cloud exported as vertices coordinates in a text file. Thanks

Image
fferro
Posts: 3
Joined: Sun Aug 05, 2018 7:31 pm

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

Post by fferro »

I mean, select some points of the existing cloud, and export their coordinates in a text file
daniel
Site Admin
Posts: 7713
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

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

Post by daniel »

Daniel, CloudCompare admin
Post Reply