get_view
Capture a screenshot of the active view in FreeCAD by specifying the desired orientation, such as Isometric, Front, Top, or other predefined views. Ideal for documenting or analyzing 3D designs.
Instructions
Get a screenshot of the active view.
Args:
view_name: The name of the view to get the screenshot of.
The following views are available:
- "Isometric"
- "Front"
- "Top"
- "Right"
- "Back"
- "Left"
- "Bottom"
- "Dimetric"
- "Trimetric"
Returns:
A screenshot of the active view.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
view_name | Yes |