Home | Trees | Indices | Help |
|
---|
|
Instance Methods | |||
list of floats |
|
||
None |
|
||
list consisting of 3 lists of 3 floats |
|
Instance Variables | |
handleTypes the types of the point's two handles. |
|
int |
hide the visibility status of the knot. |
list of two floats |
pt the [x,y] coordinates for knot point of this BezTriple. |
float |
radius the radius of this point (used for tapering bevels) |
list of three ints |
selects the select status for [handle, knot, handle]. |
float |
tilt the tilt/alpha value for the point |
list of points |
vec a list of the 3 points [ handle, knot, handle ] that comprise a BezTriple, with each point composed of a list [x,y,z] of floats. |
float |
weight the weight assigned to the control point. |
Method Details |
|
|
|
Instance Variable Details |
handleTypesthe types of the point's two handles. See HandleTypes for a complete description. @type handleTypes list of two ints |
hidethe visibility status of the knot. Note: true/nonzero means not hidden. Note: primarily intended for curves; not a good idea to hide IPO control points.
|
ptthe [x,y] coordinates for knot point of this BezTriple. After changing coordinates of a Ipo curve, it is advisable to call IpoCurve.recalc() to update the curve.
|
selectsthe select status for [handle, knot, handle]. True/nonzero if the point is selected.
|
veca list of the 3 points [ handle, knot, handle ] that comprise a BezTriple, with each point composed of a list [x,y,z] of floats. The list looks like [ [H1x, H1y, H1z], [Px, Py, Pz], [H2x, H2y, H2z] ]. Example:# where bt is of type BezTriple # and h1, p, and h2 are lists of 3 floats h1, p, h2 = bt.vec
|
weightthe weight assigned to the control point. Useful for softbodies and possibly others.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon May 19 15:32:20 2008 | http://epydoc.sourceforge.net |