point coord import
All  1  2-4

Previous
Next
 From:  Michael Gibson
3784.2 In reply to 3784.1 
Hi Burr, so this text file has lines in it that look like this:

X 1.00000 Y 1.00000 Z -0.24050


But more often raw listed coordinates would not have those additional "X" "Y" "Z" labels listed in there and instead just have only the coordinates something like this:

1.00000,1.00000,-0.24050


I've attached a modified verison of the file here, it should probably work now, let me know if you still have problems.

- Michael

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  BurrMan
3784.3 In reply to 3784.2 
Ok Thanks... So, you made it comma sepperated and... The import will automatically parse as "x then y then z"..

Again, thanks for the help..
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Michael Gibson
3784.4 In reply to 3784.3 
Hi Burr,

> The import will automatically parse as "x then y then z"..

Yup, most of the time these kinds of things just assume that 3 numbers on a line are in x y z order, so there's no need to have additional labels in there and in fact the additional labels will often throw things off.


> Again, thanks for the help..

No sweat! :)

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1  2-4