cst_create_analytical_curve
Create parametric analytical curves in CST Studio by defining X, Y, and Z coordinate expressions as functions of parameter t.
Instructions
Create a parametric analytical curve in CST Studio using expressions of parameter t.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Curve name | |
| t_max | Yes | Parameter t maximum value | |
| t_min | Yes | Parameter t minimum value | |
| x_expr | Yes | X expression as function of t (e.g. 'cos(t)') | |
| y_expr | Yes | Y expression as function of t (e.g. 'sin(t)') | |
| z_expr | Yes | Z expression as function of t (e.g. 't') |