Hi everyone
For my final year project I have been asked to write a code using VBA with solidworks API to simulate the teeth generation of non-circular gears. I have the dll files added as references in visual studio but all the videos i can find online use C++. i have sample codes for teeth generation but i am unable to find any videos of VBA language being used with the API. could someone please point me in the right direction to learn how to use VBA with API.
Thanks in Advance
In SolidWorks, click on help, API help. Then in the API Help window, click on the Search tab and enter "example". Since you mention visual studio, I assume you are programming with VB.Net so look in the results to examples using VB.Net and not VBA. This will give you a start.