apply_drawing_template
Apply saved template settings to a target SolidWorks drawing file, transferring sheet format, custom properties, and dimension/annotation styles for consistent documentation.
Instructions
Apply template settings to a target drawing file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetFile | Yes | Path to the target drawing file | |
| templateData | No | Template data object (from extract_drawing_template) | |
| templateFile | No | Path to saved template JSON file | |
| applyFormat | No | Apply sheet format | |
| applyProperties | No | Apply custom properties | |
| applyStyles | No | Apply dimension/annotation styles | |
| overwriteExisting | No | Overwrite existing properties |