create_batch_vba
Automate batch operations on SolidWorks files by generating VBA macros for export, property update, rebuild, or print based on file patterns.
Instructions
Generate VBA for batch processing multiple files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | ||
| filePattern | Yes | File pattern to match (e.g., "*.sldprt") | |
| outputFormat | No | Output format for export operations | |
| propertyName | No | Property name for update operations | |
| propertyValue | No | Property value for update operations |