Automated Model Conversion and Optimization with 3ds Max SDK in C#/.NET
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a model that was created in Inventor, and I would like to create a library of models in various formats like .obj, .stl, .glb, .fbx, .skp. I want to achieve this as an application/service in C#/.NET that will automatically generate such files. These files will later be shared on a website as downloadable versions, so I would like to minimize their size as much as possible. Is there any way to automatically generate such models with the most compressed file size using 3ds Max and its SDK? For instance, by performing some retopology or similar processes?