volume_render
Render 3D volumetric data like CT, MRI, and CFD fields into visual images using customizable transfer functions and quality presets for analysis and visualization.
Instructions
Volume render 3D data (CT, MRI, CFD fields) with transfer function presets.
Presets: generic, ct_bone, ct_tissue, mri_brain, thermal, isosurface_like
Args: file_path: Path to volumetric data (VTI, VTK structured grid, etc.) field_name: Scalar field to render, None for active scalars transfer_preset: Opacity preset (ct_bone, ct_tissue, mri_brain, thermal, generic, isosurface_like) colormap: Color map preset quality: Render quality (draft/standard/cinematic/ultra/publication) lighting: Lighting preset background: Background preset width: Image width in pixels height: Image height in pixels scalar_range: [min, max] for color scale timestep: Specific timestep, "latest", or None output_filename: Output filename
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| field_name | No | ||
| transfer_preset | No | generic | |
| colormap | No | viridis | |
| quality | No | standard | |
| lighting | No | cinematic | |
| background | No | dark_gradient | |
| width | No | ||
| height | No | ||
| scalar_range | No | ||
| timestep | No | ||
| output_filename | No | volume.png |