Module Ipo :: Class BezTriple
[frames | no frames]

Class BezTriple


The BezTriple object

This object gives access to generic data from all beztriple objects in Blender.
Method Summary
list getPoints()
Returns the xy coordinates of the Bezier point.
PyNone setPoints(newval)
Sets the point xy coordinates.

Class Variable Summary
  name - The Curve Data name.

Method Details

getPoints()

Returns the xy coordinates of the Bezier point.
Returns:
list of the coordinates of the Bezier point.
           (type=list)

setPoints(newval)

Sets the point xy coordinates.
Parameters:
newval - the x and y coordinates of the new Bezier point.
           (type=tuple of (at least) 2 floats)
Returns:
PyNone
           (type=PyNone)

Class Variable Details

name

The Curve Data name. @cvar bezierPoints : The list of the Bezier points.

Generated by Epydoc 1.1 on Wed Aug 13 19:17:14 2003 http://epydoc.sf.net