SolidWorks API
This API course teaches you how to use the SolidWorks API (Application
Programming Interface) to automate and customize SolidWorks.
The course can help you
Automate
SolidWorks for your working environment. Design
custom applications to increase workflow
and reduce mundane SolidWorks tasks and enhance
SolidWorks tools
to better suit your needs.
Example applications you can create after training
After taking the course you could design applications like our JavWare,
these include:
- PropertyLinks which automates the
insertion of custom properties.
- Property Converter is an application which allows you to
add/replace/delete properties to multiple files
enhancing the existing SolidWorks tools.
- Copy Project which is a solution
to the problem of including related drawings when copying other SolidWorks
project files to another folder.
Click here to download the
applications and see what you could be producing yourself.
Outline
Course topics include:
Lesson
1: Using the Macro Recorder
- Macro Toolbar
- Understanding How Macro Code Works
- Variable Declaration
- Entry Point Procedure
- SolidWorks Application Object
- Understanding How to Call Methods
- Debugging Code
- Adding Forms to a Macro
Lesson 2: The API Object Model