SilverScreen Solid Modeler

cv_get

cv_get

Previous topic Next topic  

cv_get

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

int cv_get ( int variable )

 

int variable;    // control variable specifier

 

 

 




Synopsis

#include "silver.h"

 

The cv_get function returns the value of the control variable represented by variable .

 

 

Parameters

variable is an integer that specifies the control variable.

 

Return Value

The value of the specified control variable.

 

See Also

cv_set, also see Control Variables for more detailed information on control variables.