Next: Current Transform
Up: Geometry Creation and Management
Previous: Geometry Creation and Management
Contents
Index
- Commit()
The Commit functions terminates the present operation, adding it to
the undo list. It will also redisplay any changes. This function
should be called after each change or after a group of related
changes. It is implicitly called when a script exits.
- Undo()
This function will undo the most recent operation.
- Redo()
This function will redo the last undone operation.
Stephen R. Whiteley
2006-10-23