I have a text file containing a list of xyz coordinates in the following format: (approximately 5,000 lines/coordinates)
Code: Select all
v -326.325 229.484 -29.1376
v -325.147 232.794 -9.30042
v -323.186 235.466 10.3415
v -320.466 237.567 29.3886
v -316.924 239.187 48.4642
v -312.642 240.25 67.3441
v -307.034 240.916 87.689
v -299.938 240.916 109.528each line with parethesesfollowed by a comma so the list will look like this:
Code: Select all
(-326,229,-29),
(-325,232,-9),
(-323.186,235,10),
(-320,237,29),
(-316,239,48),
(-312,240,67),
(-307,240,87),
(-299,240,109),If you are a database guru and you can do this quickly, it will save me endless hours of work. I'm a graphic designer
so i have no idea how to manipulate text files at all, any help whatsoever will be greatly appreciated.
thanks in advance for any assistance