List of vba commands for SolidWorks

Hello

 

Is there a list of commands (and their explanations) used in VBA for SolidWorks?

Hello

See SolidWorks Product API Help: https://www.solidworks.com/sw/support/api-support.htm

And more specifically for SolidWorks: http://help.solidworks.com/2015/english/api/sldworksapi/FunctionalCategories-sldworksapi.html?id=cdea704f5e4d4adcaedeb079c4b43cb7#Pg0

Kind regards

3 Likes
Hello, to start in vba, I will recommend my tutorial with the macro save as:

I think that the list of all the orders in itself is not really interesting. When I try to do something, I use two methods:

Either record a macro by learning or search on the internet for the name of the function with vba or API, to find out the exact syntax.