| Home | Trees | Index | Help |
|
|---|
| Module NLA :: Class ActionStrips |
|
ActionStrip objects for a particular
Object.
| Method Summary | |
|---|---|
| Constraint |
This operator returns one of the constraints in the stack. |
| int |
Returns the number of action strips for the object. |
| Constraint |
Appends a new action to the end of the actionstrip sequence. |
Move the action strip down in the object's actionstrip sequence. | |
Move the action strip up in the object's actionstrip sequence. | |
Remove an action strip from this object's actionstrip sequence. | |
| Method Details |
|---|
__getitem__(index)
This operator returns one of the constraints in the stack.
|
__len__()
Returns the number of action strips for the object.
|
append(action)Appends a new action to the end of the actionstrip sequence.
|
moveDown(actionstrip)Move the action strip down in the object's actionstrip sequence.
|
moveUp(actionstrip)Move the action strip up in the object's actionstrip sequence.
|
remove(actionstrip)Remove an action strip from this object's actionstrip sequence.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Jul 13 16:50:05 2006 | http://epydoc.sf.net |