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 in LEGO and LDraw.

Leave a Reply

You can format your comment with the following tags: <a href="http://example.com/">, <blockquote>, <code>, <em>, and <strong>. Don't forget the closing tag.