SilverScreen Solid Modeler

undo_suspend

undo_suspend

Previous topic Next topic  

undo_suspend

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

void undo_suspend ( void )

 

 

 

 

 




Synopsis

#include "silver.h"

 

The undo_suspend function pauses the undo and redo system (all recording will stop)

 

 

Parameters

none

 

 

Return Value

none

 

 

Remarks

This function is used to temporarily pause recording of undo and redo commands to the undo system.

 

 

See Also

Undo System Usage, undo_resume, undo_begin, Undo System Usage, is_undo_suspended