extract_drawing_template
Extract complete template settings from a parent drawing file to create reusable templates, including sheet format, properties, and styles.
Instructions
Extract complete template settings from a parent drawing file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the parent drawing file | |
| includeFormat | No | Include sheet format | |
| includeProperties | No | Include custom properties | |
| includeStyles | No | Include dimension/annotation styles | |
| includeViews | No | Include view layout information | |
| saveAs | No | Path to save template configuration |