Isecalc

Isecalc is a new LDraw utility by Philippe Hurbain. It computes the intersection of two parts (useful for part authors).

Happily, it is Mac compatible. I built Isecalc with the following command:

g++ Isecalc.cpp -arch i386 -arch ppc -o Isecalc

The -arch options are only needed to produce a universal binary.

Posted on Saturday, June 2nd, 2007. Tags: .