SubFile resolving
2013-08-26, 22:49 (This post was last modified: 2013-08-27, 16:09 by Travis Cobbs.)
2013-08-26, 22:49 (This post was last modified: 2013-08-27, 16:09 by Travis Cobbs.)
Hello,
I'm trying to write simple program that parse .dat files and build tree representation of LDraw model in memory. I have problem to read some sub file references. For example line:
This line is reference to file "stud.dat". Problem is that this file doesn't exists. I can't find advise how to resolve "stud.dat" to existing file name in LDraw part library. Is there any way how to resolve it?
Thanks
Jan
I'm trying to write simple program that parse .dat files and build tree representation of LDraw model in memory. I have problem to read some sub file references. For example line:
Code:
1 16 290 0 230 1 0 0 0 1 0 0 0 1 stud.dat
Thanks
Jan