addCurve()
Add a new curve to the IanniX score.
iannixout.addCurve(curveID, x, y, z)
The curve starts with no points. Add points to it with addPointToCurve() or addPointListToCurve().
Parameters
iannixout.addCurve(curveID, x, y, z)
| Parameter | Type | Default | Description |
|---|---|---|---|
curveID |
int or str |
required | The ID to give the new curve. |
x |
float |
required | The curve's x coordinate. |
y |
float |
required | The curve's y coordinate. |
z |
float |
required | The curve's z coordinate. |