Class: Aero.Animation
Package: Aero
Destroy animation object
delete(h)
h.delete
delete(h) and h.delete destroy
the animation object h. This function also destroys
the animation object figure, and any objects that the animation object
contained (for example, bodies, camera, and geometry).
h | Animation object. |
Delete the animation object, h.
h=Aero.Animation; h.delete;