streamlines
Generate streamline visualizations for vector field analysis in 3D scientific simulations. Configure seed points, resolution, and camera settings to visualize flow patterns from simulation data.
Instructions
Create a streamline visualization for vector fields.
Args: file_path: Path to simulation file vector_field: Name of the vector field (e.g., "U") seed_point1: Start of seed line [x, y, z] seed_point2: End of seed line [x, y, z] seed_resolution: Number of seed points max_length: Maximum streamline length 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 | ||
| vector_field | Yes | ||
| seed_point1 | No | ||
| seed_point2 | No | ||
| seed_resolution | No | ||
| max_length | No | ||
| colormap | No | Cool to Warm | |
| camera | No | isometric | |
| purpose | No | analyze | |
| width | No | ||
| height | No | ||
| timestep | No |