Did anyone try to read programmatically an Alibre Design CAD file?
I see that deep inside a part file (*.AD_PRT) there's an STEP/ISO 10303-21 structure, but I'm wondering about the rest of the file.. Is it proprietary?
views:
196answers:
2
+1
A:
Alibre product manager told me (via email) that currently there's no "open" specification for AD_PRT files (and it looks like the format changes fairly often)
Joril
2009-01-12 14:31:26
A:
I would expect the rest of the file to be proprietary. But if geometry is all you want, then the STEP file stream is probably enough.
ducktail
2009-08-13 01:42:48
Well in the end I managed to find my way inside the file format by trial and error... Thanks for chiming in though :)
Joril
2009-08-26 14:26:26