octane_visualize_surface
Generate a 3D surface plot of any mathematical function z=f(x,y) using x, y, and r variables with safe math functions.
Instructions
Visualize z=f(x,y) as a 3D surface. Expression may use x, y, r and safe math funcs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | visual_math_surface | |
| steps | No | ||
| x_max | No | ||
| x_min | No | ||
| y_max | No | ||
| y_min | No | ||
| expression | No | sin(r) / max(r, 0.25) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |