contour
Generate iso-surface visualizations from 3D simulation data to analyze field values at specific thresholds, with customizable resolution and camera settings.
Instructions
Create an iso-surface (contour) visualization.
Args: file_path: Path to simulation file field_name: Field for iso-surface extraction isovalues: List of iso-values to extract colormap: Color map preset camera: Camera preset purpose: Resolution preset — "analyze" (480p), "preview" (720p), "publish" (1080p) width: Override width in pixels (must set both width and height, or neither) height: Override height in pixels (must set both width and height, or neither) timestep: Timestep selection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| field_name | Yes | ||
| isovalues | Yes | ||
| colormap | No | Cool to Warm | |
| camera | No | isometric | |
| purpose | No | analyze | |
| width | No | ||
| height | No | ||
| timestep | No |