Well, this was a problem, which I had in the beginning too.
I see missing parts mostly while rebuilding official models. And parts that needs attention have a "needs work" statement in their description (You can see this in MLCad for example).
A simple part - that depends on you, what's simple. For me it would be part with a lot of rectangular faces (and only 1-4, 2-4, 3-4 and 4-4 curves.
I'm sure, that you will find something.
The Unificator program. I hope, you read the description on Philo's webpage?
Personally I don't like the LETGUI so much an therefore I created simple batch files for the programs.
For example my unificator.bat:
You have to specify your LDraw base path, if it's different from d:\ldraw. a.dat is my file that will be unificated and b.dat is the result. In the last line it opens b.dat with my favorite program. (Normally I use LDDP for writing parts)
/Max
I see missing parts mostly while rebuilding official models. And parts that needs attention have a "needs work" statement in their description (You can see this in MLCad for example).
A simple part - that depends on you, what's simple. For me it would be part with a lot of rectangular faces (and only 1-4, 2-4, 3-4 and 4-4 curves.
I'm sure, that you will find something.
The Unificator program. I hope, you read the description on Philo's webpage?
Personally I don't like the LETGUI so much an therefore I created simple batch files for the programs.
For example my unificator.bat:
Code:
@echo off
Unificator -s -l d:\ldraw a.dat b.dat
b.dat
/Max