All posts from day posts/2007/08/03.
Here's what I wanted to do:
- traverse the entities; sort them by layer
- for each layer, visit all the entities of that layer; join lines, etc. Print out everything.
Here's what actually happens:
- traverse the entities; sort them by layer name (layers themselves are deleted or something after you visit them)
- for each layer, visit all the entities of that layer; print out everything.
- Crash horribly.
I could work on this converter more until I got around DIME's misbehavior, but for the time being I'll live with it. I've already spent too much time tweaking the converter -- this close to deadline, polish goes on the important stuff, not the tools.
Ethan
Posted Fri 03 Aug 2007 02:39:35 PM PDTConverter's mostly done; I've been adding some tweaks to try and make it more "nicer"; whether these tweaks will be a net gain or a net loss, it remains to be seen. Right now I'm having segfaults. Joy!
Tomorrow I'm gonna try to finish up the DXF converter and see if I can't get some optimization done. Carl's been working on the station graphics, and it would be nice to have a fast engine to put the graphics in!
Ethan
Posted Fri 03 Aug 2007 12:05:39 AM PDT