SilverScreen Solid Modeler

redo_one

redo_one

Previous topic Next topic  

redo_one

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

BOOLEAN redo_one ( void )

 

 

 

 

 




Synopsis

#include "silver.h"

 

The redo_one function executes the current redo command.

 

 

Return Value

redo_one returns TRUE if a redo command is available and was successfully executed. It returns FALSE otherwise.

 

 

Remarks

To tell if there is a redo command available, use is_redo_available. The redo system is nested and can involve more than one operation when redo is executed.

 

 

See Also

is_redo_available, undo_one, redo_add_command