batch_apply_template
Apply a parent drawing template to multiple child drawing files in batch, controlling sheet format, custom properties, styles, and subfolder processing.
Instructions
Apply template to multiple child drawing files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentFile | Yes | Path to parent drawing file to use as template | |
| childFiles | Yes | Array of child drawing file paths | |
| includeSubfolders | No | Process files in subfolders | |
| filePattern | No | File pattern for automatic discovery | *.SLDDRW |
| applyFormat | No | Apply sheet format | |
| applyProperties | No | Apply custom properties | |
| applyStyles | No | Apply dimension/annotation styles | |
| overwriteExisting | No | Overwrite existing properties | |
| saveReport | No | Path to save processing report |