Code:
0 !LDRAW_ORG Part Alias
In my implementation, I just look for the "Part Alias" substring. But I'm also trying to reconcile this with the official File Format Specification:
<type> = "Part"
(qualifier(s)) = "Alias"
Is that right?
This is confusing because "Part Alias" can't be the <type> (it has embedded whitespace), "Alias" is marked obsolete/deprecated, and the (qualifiers(s)) aren't documented at all.
And the whole thing is officially "free-format", which is a synonym for "not machine-readable".
Searching for a "Part Alias" substring is fine by me, but I never would have deduced from the spec that I was supposed to look for that.
Allen