set_title_block
Populate a drawing's title block with material, scale, units, part, project, revision, and author details so exported SVG/PDF sheets carry the machining information needed.
Instructions
Populate the drawing's title block. FreeCAD's default template is a bare sheet, so AnkusDrive composes its own block in the bottom-right corner on SVG/PDF export. Scale, sheet size, units, and part name are auto-derived from the page; the fields here override or add to them (a machinist needs material + scale + units to cut from the sheet). Calling this opts the page into rendering the block. Returns {handle, name, fields}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rev | No | ||
| date | No | ||
| page | Yes | ||
| part | No | ||
| units | No | ||
| project | No | ||
| drawn_by | No | ||
| material | No |