Augenblick - Version 0.8 available!

 From:  Michael Gibson
3298.33 In reply to 3298.32 
Hi Oliver,

> However, modifying the header of a 3dm file would be
> easy, but just too easy, since you could easily go around
> this and change the header of every other 3dm file as well.

Well, in addition to the header you could also look for a couple of pieces of "user data" that MoI writes to the file to store some of its specific information. The user data will have a particular UUID identifier on it.

You're certainly not going to get any other CAD program that will write out the same combination of header text plus specific user data that MoI generates.


> Another thing that might be worth considering is adding the
> ability to MoI to directly save into our own proprietary file format.
> If possible we could work together on this. Writing out just the
> information we need (i.e. NURBS and material) should not be too
> much work indeed.

That could be a possibility, but in my experience anything dealing with file format support can easily end up to be a lot more work than initially expected. To do a good job with it usually involves quite a lot of testing.

Also since MoI version 2 has already been released, if we went this way you wouldn't be compatible with the current version of MoI and would only work with a future version I guess...


If you use the other method of identifying a 3DM file that was written by MoI, you would actually be compatible with both the current MoI v2 version as well as MoI v1.


- Michael