create_initialized_macro
Generates a new SolidWorks VBA macro with proper initialization, customizable templates, and optional error handling and comments.
Instructions
Create a new macro with proper SolidWorks VBA initialization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| macroPath | Yes | Path where the macro will be saved | |
| macroName | Yes | Name of the macro | |
| description | No | Macro description | |
| includeErrorHandling | No | Include error handling code | |
| includeComments | No | Include helpful comments | |
| template | No | Macro template type | basic |