SolidWorks Drawing Automation Script
A Python CLI tool that reads drawing parameters (e.g., title block fields, dimensions) from a CSV or JSON file and applies them to SolidWorks drawing files (.SLDDRW). Ideal for engineers and CAD admins who need to automate repetitive drawing updates across multiple files. Works on Linux/Mac via SolidWorks API over COM (requires Windows SolidWorks installation). Features Batch update title block fields (e.g., part number, revision, date) from CSV/JSON input Export drawings to PDF, DXF, or image formats with configurable resolution Replace or insert custom properties (e....