plot_over_line
Extract and visualize field values along a specified line in 3D simulation data for analysis and plotting.
Instructions
Sample field values along a line between two points.
Returns coordinate arrays and field values for plotting.
Args: file_path: Path to simulation file field_name: Field to sample point1: Start point [x, y, z] point2: End point [x, y, z] resolution: Number of sample points timestep: Timestep selection
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| field_name | Yes | ||
| point1 | Yes | ||
| point2 | Yes | ||
| resolution | No | ||
| timestep | No |