Inliner
Inliner is a command line tool to inline all type 1 lines in a LDraw file recursively to a specified deep level.
You can also specify if you do not want to have extra lines, like the original line as a comment.
This is useful if you
want to create part files.
See also the How
to Inline dokumentation.
French version: http://jc-tchang.philohome.com/manuel/Inliner.htm
Requirements:
Windows XP with NET-Framework 2.0 (should also work with MONO Project on Linux)
Usage:
Inliner <inputfile> <outputfile> <inlinedeep> <nocomment (N)>
inputfile: a valid LDraw file
outputfile: a file with the same name will be overwritten without notice!
inlinedeep: an integer that will be an expression of the deep (level) of the inline process. If no value is given 20 is assumed.
nocomment: use N to specify that you do not want the extra generated comments.
Installation:
You have to unzip the content of zip-file into one directory of your choice.
Download
26.10.2008 inliner_v1.1.0.1.zip Bugfix for some missing BFC INVERTNEXT lines if you use the inlinedeep option.
11.10.2008 inliner_v1.1.zip Added inlinedeep option
27.06.2008 inliner_v1.zip