SilverScreen Solid Modeler

sys_object

sys_object

Previous topic Next topic  

sys_object

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

int sys_object ( char *buf )

 

char *buf;       // character buffer to receive object path

 

 

 




Synopsis

#include "silver.h"

 

The sys_object function copies the full path of the current SilverScreen object into buf .

 

 

Parameters

buf is a character buffer that is to receive the object path.

 

 

Return Value

sys_object copies the name of the current SilverScreen object into buf and returns 1 if there is a current object, or copies the null string ("") and returns 0 if not.

 

 

See Also

sys_block, sys_ablock