wintermute
New Member
Hi guys,
I'd like to import several dozens of text files (MEA - 3D measurements of plastic parts)
I know, how to make a code to import several files in once, but just guess, how to read text file with specific structure.
Every file has about 10 measurements points of one part - each consists:
1. line - point name (description)
2. line - 3 numbers (X, Y, Z - 3D measured coordinates, divided by comma)
3. line - 3 numbers (3D nominal coordinates, divided by comma)
I think best idea is to use arrays, but not sure how to do it. Could you please give me some hint?
Thanks
I'd like to import several dozens of text files (MEA - 3D measurements of plastic parts)
I know, how to make a code to import several files in once, but just guess, how to read text file with specific structure.
Every file has about 10 measurements points of one part - each consists:
1. line - point name (description)
2. line - 3 numbers (X, Y, Z - 3D measured coordinates, divided by comma)
3. line - 3 numbers (3D nominal coordinates, divided by comma)
I think best idea is to use arrays, but not sure how to do it. Could you please give me some hint?
Thanks