SilverScreen Solid Modeler

undo_one

undo_one

Previous topic Next topic  

undo_one

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

BOOLEAN undo_one ( void )

 

 

 

 

 




Synopsis

#include "silver.h"

 

The undo_one function executes the current undo command (it is the programmatic equivalent to Edit > Undo)

 

 

Parameters

none

 

 

Return Value

none

 

 

Remarks

To check if there is an undo command available to execute, see is_undo_available.

 

 

See Also

is_undo_available, undo_begin, Undo System Usage