Welcome

Automation of SOLIDWORKS using SOLIDWORKS API in vbScript

Edit ArticleEdit Article

vbScript is a popular scripting language based on Visual Basic. It is lightweight and natively supported by Windows. The code can be edited in any text editor (e.g. Notepad).

Script can be run by executing it directly (i.e. double click) or from command line. Command line option also supports input arguments.

vbScript is late bound and doesn't require the explicit declaration of variable type using the As keyword.

vbScript supports creation or connection to COM objects via ::CreateObject and ::GetObject methods which means that it can use SOLIDWORKS API for automation.

Use the following line to connect to the instance of SOLIDWORKS

Dim swApp
Set swApp = CreateObject("SldWorks.Application")

Notifications

Join session by SOLIDWORKS and PDM API expret Artem Taturevych at 3DEXPERIENCE World 2025 on Feb 26 at 08:30 AM CST to explore 10 essential macros for automating drawings, assemblies, custom properties, and more


Product of Xarial Product of Xarial