hey
im am trying to import a cvs coordinate file(x,y,z)from a scan that i deed with a kinect to rhino and recreate a 3d line(not a mesh) out of it
how can i make it
thanks
hey
im am trying to import a cvs coordinate file(x,y,z)from a scan that i deed with a kinect to rhino and recreate a 3d line(not a mesh) out of it
how can i make it
thanks
format the csv file properly, each coordinate in a cell like below…
0,0,2
2,5,21
…etc
copy the column of data from excel
start “polyline” or “interpcrv” command
paste
thank you ncik it work very good