I am working to develop a plugin/add-on for SolidWorks that allows admins to configure users settings from within a session without having to close the program. Closing the program would become troublesome for users working on large projects because opening it back up could take a long time. The main issue right now is that SolidWorks does not allow for the configuration of the settings until the program is closed. Once SolidWorks is running again then that is when the settings will take effect.
My question is do you know if the SolidWorks API allows to create a plugin (using C#.NET or any other language) to edit settings while SolidWorks is still running? Or is there any way around this?
SolidworksApi macros