| Method Summary |
| float
|
EvaluateCurveOn(curvepos,
time)
Gets the current value of a curve of the Ipo. |
| list of 9 floats
|
getBeztriple(curvepos,
pointpos)
Gets a beztriple of the Ipo. |
| int
|
getBlocktype()
Gets the blocktype of the Ipo. |
| a list of 4 floats
|
getCurveBP(curvepos)
Gets the basepoint of a curve of the ipo. |
| float
|
getCurvecurval(curvepos)
Gets the current value of a curve of the Ipo. |
| string
|
getName()
Gets the name of the Ipo. |
| int
|
getNcurves()
Gets the number of curves of the Ipo. |
| list of floats
|
getRctf()
Gets the rctf of the Ipo. |
| PyNone
|
setBeztriple(curvepos,
pointpos,
newbeztriple)
Sets the beztriple of the Ipo. |
| PyNone
|
setBlocktype(newblocktype)
Sets the blocktype of the Ipo. |
| PyNone
|
setName(newname)
Sets the name of the Ipo. |
| PyNone
|
setRctf(newrctf)
Sets the rctf of the Ipo. |