Software Graphics settings in Inventor Application Options

Software Graphics settings in Inventor Application Options

Anonymous
Not applicable
688 Views
2 Replies
Message 1 of 3

Software Graphics settings in Inventor Application Options

Anonymous
Not applicable

In Inventor\Application Options\Hardware there is a check box for Software graphics that enables user to toggle on or of this. I have tried to pinpoint the exact location for where this setting is stored in Registry using Procmon and filter that monitor Path HKCU\Software\Autodesk\Inventor\RegistryVersion23.0\System\Preferences. Have not been able to find the value. I also belive that settings related to graphics settings are in addition to registry setting also stored to a file. Does anyone here know more about this and the exact registry key for this setting? 

0 Likes
689 Views
2 Replies
Replies (2)
Message 2 of 3

Jon.Dean
Alumni
Alumni

Hi @Anonymous,

Application Options are no longer stored (since Inventor 2018) in the registry, they are saved to an XML file in the following location.

C:\Users\<username>\AppData\Roaming\Autodesk\Inventor 2019\UserApplicationOptions.xml

Substitute <username> with your logon name.

Cheers

Jon.

 



Jon Dean

Message 3 of 3

LukeDavenport
Collaborator
Collaborator

Hi Trond,

Or alternatively you can just get or set this value using:

 

ThisApplication.HardwareOptions.UseSoftwareGraphics = True / False

 

Thanks,

Luke

0 Likes