SilverScreen Solid Modeler

reset_visibility

reset_visibility

Previous topic Next topic  

reset_visibility

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void reset_visibility ( char *path )

 

char *path;       // path to entity

 

 

 




Synopsis

#include "silver.h"

 

The reset_visibility function causes the state of the visibility of the entity specified by name to revert back to its previous state as saved by record_visibility .

 

 

Parameters

path is a null-terminated string containing the full path name of the entity.

 

 

Return Value

none.

 

 

Comments

reset_visibility does not refresh the screen.

 

 

See Also

record_visibility