A PDM race condition: How your code might wrestle with PDM when saving files directly to the vault — and what to do about it.
How to handle race conditions between SOLIDWORKS and PDM API.
How to handle race conditions between SOLIDWORKS and PDM API.
SOLIDWORKS PDM Professional employs a server-client architecture. Your files and metadata is stored on the server (Archive server is where your files and stored and
This topic is most definitely a recurring one. I find myself having to go back to old pieces of code I wrote a while ago
If you’re using SOLIDWORKS 2018 or older, automating the export of your Bill of Materials (BOM) to Excel with thumbnails can be incredibly beneficial. This
TLDR: Protect macros modules from viewing by adding a password from the protection tab at Tools > Macro Name Properties. A password-protected macro’s security is
TLDR: Here’s what you need to know about Early Binding Vs Late Binding Use early binding for writing macros. It provides IntelliSense and enforces types.