Cleanup
Summary
This function erases any created geometry - including effects such as highlighting (Highlight, HighlightConnection) and the add functions (AddBeacon, AddMesh, AddShape etc.).
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 until you click the bar at the bottom of the screen. It will then vanish completely.