Howto write StL (StereoLithography) Binary Format with python?

Levente Sandor sandorlevi at yahoo.com
Fri Aug 23 10:30:09 EDT 2002


Axel Koehler <axel.koehler at tu-berlin.de> wrote in message news:<kpu1ln8agy.fsf at rosebud.gp.tu-berlin.de>...
> Hallo, 
> 
> I'm searching  for a python programm  to write the binary format 
> of the StL, as decribed in 
>         http://www.ennex.com/fabbers/StL.asp#binary

It seems fairly easy to implement that with the struct module:
http://python.org/doc/current/lib/module-struct.html
------
levi



More information about the Python-list mailing list