06-23-2023
05:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-23-2023
05:42 AM
A couple of other settings that may help in cases like this are the:
ApplicationOptions > Assembly tab > Defer update
and the
ApplicationOptions > Assembly tab > Enable Express mode worflows - check the checkbox,
then set 'File Open Options' below that to 'Open Express when referenced unique files exeeds'
and set the number very low, like 4.
Disable the option named "Enable relationship redundancy analysis", on that same page.
All these settings can be accessed by code too, so you could temporarily set them this way ahead of opening assemblies, then set them back the way you normally want them, after the assembly has been opened.
Wesley Crihfield
(Not an Autodesk Employee)