Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
ASAndrew Sparrow02/03/2024
I am experiencing difficulties in disabling the auto dimmension dialogue box feature in Solidworks from my MATLAB code. The code runs up to "swApp.SetUserPreferenceToggle swUserPreferenceToggle_e.swInputDimValOnCreate, false;" of which I validated from the Macro within Solidworks and on the API help, but MATLAB doesn't acknowledge the swUserPreferenceToggle_e.swInputDimValOnCreate. I appreciate any