
The course scope defines the topics of the SOLIDWORKS PDM API that are covered and also mentions of topics that are not covered.
In which Amen Jlili introduces the concepts of the SOLIDWORKS API that will be exposed in this course.
In this lecture, we prepare the VBA development environment by setting the project references.
In which we write a hello vault program using the IEdmVault5.
In which Amen Jlili discusses the different approaches to login into a PDM vault using the API.
In which Amen Jlili discusses different approaches to get a file object from the vault using the API.
In which Amen Jlili discusses how to use the iterator pattern to traverse the folder structure in a PDM vault programmatically.
In which Amen Jlili shows how to use the LockFile and UnlockFile to check files in and out of the vault.
In which Amen Jlili shows to how to read and edit datacard variables via the API.
Blue Byte Systems Inc. offers additional SOLIDWORKS, SOLIDWORKS PDM, and automation courses designed to help engineers, administrators, and developers build practical tools for improving engineering workflows.
DISCLAIMER ALERT
Do not take this course if you do not know how to write VBA macros in SOLIDWORKS. This course is not about VBA.
DISCLAIMER ALERT
The SOLIDWORKS PDM Professional Application Programming Interface (API) is a programming interface to SOLIDWORKS PDM Professional, which allows you to automate and customize SOLIDWORKS PDM Professional. The API contains functions that you can call from Visual Basic for Applications (VBA). These functions provide direct access to the SOLIDWORKS PDM Professional environment.
This course will teach the most common basic functions of the SOLIDWORKS PDM API. It will cover topics such as logging into the vault, locating files, traversing the folder structure using the iterator pattern, checking files and out of the vault, and reading and editing datacard variables using the IEnumeratorVariable5. All of the code examples are going to be written in VBA and executed in the SOLIDWORKS Visual Basic Editor.
The course does NOT cover advanced topics such add-ins, task add-ins, batch objects, and other interfaces of the SOLIDWORKS PDM API.
It requires that you have a decent knowledge of VBA and have access to SOLIDWORKS 3D and a SOLIDWORKS PDM professional vault.
The knowledge acquired in this course can be utilized to automate basic tasks in SOLIDWORKS PDM API, modify the SOLIDWORKS PDM task advanced scripting section, and even write tools to batch process files in PDM from a VBA macro.