Tag: SolidWorks VBA

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
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