render_model_preview
Generate a single-angle isometric preview of a 3D model from STL, 3MF, OBJ, or SCAD files. Customize image size and model color for quick visual inspection.
Instructions
DEPRECATED — use visualize_model instead. This renders only 1 angle; visualize_model renders 6 angles with auto-framing, colored 3MF support, and quality scores.
This tool is a thin wrapper around ``visualize_model`` with a single
isometric angle. Prefer ``visualize_model`` directly for multi-angle
previews with proper auto-framing.
Args:
file_path: Path to an ``.stl``, ``.3mf``, ``.obj``, or ``.scad`` file.
width: Image width in pixels (default 800).
height: Image height in pixels (default 600).
color: Hex color for the model (e.g. ``"#F72323"``).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | ||
| width | No | ||
| height | No | ||
| file_path | Yes |