generate_vba_script
Generates a VBA script from a template and parameters to automate SolidWorks tasks such as batch exports, drawing creation, or dimension modifications.
Instructions
Generate a VBA script from a template with parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | Yes | Template name (e.g., "batch_export", "create_drawing", "modify_dimensions") | |
| parameters | Yes | Parameters to pass to the template | |
| outputPath | No | Optional path to save the generated script |