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
  bezierPoints : The list of the Bezier points.
  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

bezierPoints

The list of the Bezier points.

name

The Curve Data name.

Generated by Epydoc 2.0 on Sat Nov 29 19:05:57 2003 http://epydoc.sf.net