Message 1 of 6
Not applicable
09-05-2015
06:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm looking to (bulk) open then process/analyse model + assembly data from .f3d files (using Python).
Looking at a random .f3d file, it's a simple zip file as a container. So, renaming it to .zip allows for it to be extracted. This shows a tree structure of folders with files of various extensions:
- .dat
- .irondoc
- .messagelog (text format error log. Seems unusual to be here.)
- .png (known file format)
- .protein
- .smb
- .smbh
- .toolpath (binary file of some sort. maybe compressed... didn't investigate)
- .tsm (TSplines?)
Does anyone know of a specification for these .f3d internal file formats?
Even better would be a Python library already existing that I can just call to open and process them with. 🙂
Solved! Go to Solution.