add new points or vertex and export as ASCII?
Posted: Sun Aug 05, 2018 7:37 pm
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
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