get_view
Capture a screenshot of the active FreeCAD view from any camera angle (isometric, front, top, etc.) with optional size and object focus.
Instructions
Get a screenshot of the active view.
Args:
view_name: Camera view ("Isometric", "Front", "Top", ...).
width/height: Pixels; defaults to the viewport size.
focus_object: Object to focus on; default fits all objects.
Returns:
A screenshot of the active view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| height | No | ||
| view_name | Yes | ||
| focus_object | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |