Table of Contents
Cleanup
Summary
This function erases any created objects or labels including effects such as AddMesh, AddShape and ImageLabel.
Parameters
This script action has no parameters.
See Also
Examples
<addshape Shape="Cylinder" Position="67,25,160" Name="TestCylinder" /> <waitforclick caption="I can see my shape!"/> <cleanup> <waitforclick caption="The shape is gone!"/>
This will make a small cylinder appear next to the marker until you click the bar at the bottom of the screen. It will then vanish completely.