catia_screenshot
Capture the CATIA 3D viewport as an image to confirm geometry matches your intent. Return the picture directly or save it to a file for later review.
Instructions
Capture the CATIA 3D viewport and return it as an image you can look at, optionally saving it to a file as well. Use it to check that geometry came out the way you intended - it is far more reliable than reasoning about the feature tree alone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fit | No | Fit the model in the window first. | |
| path | No | Where to save the image. Leave empty to capture to a temporary file and only return the picture. | |
| max_pixels | No | Longest edge of the returned image in pixels; larger captures are downscaled to keep the response small. Needs Pillow. | |
| orientation | No | Optionally set a standard view first: front, top, isometric, and so on. Empty keeps the current camera. | |
| return_image | No | Return the picture itself, not just the file path. |