Tag: SolidWorks API

SolidWorks Automation: 15 Powerful Ways to Save Hours
SolidWorks Automation
10 min read
23

SolidWorks Automation: 15 Powerful Ways to Save Hours

March 6, 2026
0

SolidWorks Automation is the fastest way to turn repetitive CAD work into reliable, repeatable engineering workflows. If you’ve ever spent an hour fixing custom properties, chasing drawing errors, exporting PDFs one-by-one, or verifying release readiness across dozens of files—this guide is written for you. The goal here is simple: reduce

Continue Reading
SolidWorks Drawing BOM Availability: 6 Powerful VBA Checks
SolidWorks Automation
17 min read
33

SolidWorks Drawing BOM Availability: 6 Powerful VBA Checks

March 5, 2026
0

How to Check SolidWorks Drawing BOM Availability Using VBA In production design workflows, verifying SolidWorks Drawing BOM Availability is one of the most important quality checks before releasing drawings for manufacturing. A drawing might appear complete—with views, dimensions, and annotations—yet still be missing a Bill of Materials (BOM). When this

Continue Reading
SolidWorks Custom Properties Manager Tool
Tools
5 min read
33

SolidWorks Custom Properties Manager Tool

March 5, 2026
0

Tool Overview SolidWorks Custom Properties Manager is a lightweight CAD automation tool designed to simplify the management of custom properties across multiple SolidWorks models. Developed by Ramu Gopal (The Tech Thinker), the tool allows engineers to export custom properties from PART and ASM files, edit them efficiently in Excel, and

Continue Reading
How to Get Virtual Parts in SolidWorks Using VBA: #1 Method
SolidWorks Automation
17 min read
89

How to Get Virtual Parts in SolidWorks Using VBA: #1 Method

December 30, 2025
0

Introduction How to get virtual parts in SolidWorks using VBA is a common requirement when working with large assemblies that rely on placeholder, layout, or reference components. In many real-world engineering projects, virtual parts are intentionally created during early design stages or for assembly-driven modeling. However, as assemblies grow, manually

Continue Reading
Link Drawing Views to BOM in SolidWorks with a VBA Macro
Engineering Design SolidWorks Automation
14 min read
342

Link Drawing Views to BOM in SolidWorks with a VBA Macro

July 1, 2025
0

Link drawing views to BOM in SolidWorks using a custom VBA macro built on the SolidWorks API—a must‑have SolidWorks automation for any design engineer. This lightweight API macro scans your drawing’s FeatureManager tree to identify the active BOM feature and, with a single command, sets Keep linked to BOM on

Continue Reading