SilverScreen Solid Modeler

undo_restart

undo_restart

Previous topic Next topic  

undo_restart

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

void undo_restart ( void )

 

 

 

 

 




Synopsis

#include "silver.h"

 

The undo_restart function stops the undo system, then re-initializes it. It is good for catastrophic errors.

 

 

Parameters

none

 

 

Return Value

none

 

 

Remarks

This function restarts the undo system by shutting it down and clearing the undo system stack. Then the state is reinitialized.

 

 

See Also

Undo System Usage, undo_initialize, undo_stop