SilverScreen Solid Modeler

undo_on

undo_on

Previous topic Next topic  

undo_on

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

void undo_on ( void )

 

 

 

 

 




Synopsis

#include "silver.h"

 

The undo_on function turns on the undo system and is the complement to undo_off.

 

 

Parameters

none

 

 

Return Value

none

 

 

Remarks

This is used to turn the undo system back on after a call to undo_off.

 

 

See Also

Undo System Usage, undo_off, undo_stop, undo_suspend