LDraw Intersector is a command-line application that can cut an LDraw file along the intersection with another DAT file.
Each set is provided to the utility as separate LDraw files. A third file containing the cutting result will be created. All triangles, quads, lines and conditional lines from the cut file are split where they meet triangles or quads from the cutter file.
What's New in This Release: [ read full changelog ]
· Added -s scaling option. Added code to avoid creation of degenerated quads (vertices aligned)