10-01-2019
02:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-01-2019
02:12 AM
@HideoYamadaThe application is already running invisible. Inventor crashes when too much in memory. Try make a program that opens a large number of inventor drawings and export them to autocad dwg's that does not crash if you don't believe me.
My program is run within Inventor as an Addin. AFAIK that is all single threaded so the process waits till Inventor is started. Though I'm not sure I can already start another Inventor Application in another thread, or how to program that is then picked up in the main thread. If that would be possible, that would be awesome