IVCON - 3D Graphics File Conversion

IVCON can read and write a small variety of 3D graphics file formats, converting from one to the other. This is by no means a perfect or even correct program! It was home-grown, and developed, as needed, to handle a particular set of files. It can make mistakes, or crash, rather more often than software you pay for, written by someone who knows what they're doing.

The supported formats include:

The program can be used in command line form, as in:

ivcon input.iv output.stl
or can be used in an interactive mode, in which input and output files can be read or converted in any order.

Graphics file formats are poorly documented; hence this program was written primarily by examining typical files and struggling to interpret them. Particularly in the case of Inventor and DXF files, the program is not able to handle all the subtleties of the file format, and may mangle data, or even crash.

Helpful corrections to the 3DS reader were supplied by John F Flanagan. The GMOD reader and writer were written and supplied by Zik Saleeba. Improvements to the DXF routines to handle polygon oriented files were supplied by Zik Saleeba. The 3DS reader is based on a program by Martin van Velsen, with the help of Gert van der Spoel.

IVCON is a C version of the FORTRAN IVREAD program.

Source code files you may copy include:

Data files you may copy include:

The list of routines includes:

Back to the graphics software page.


Last revised on 17 September 2001.