SilverScreen Solid Modeler

sys_drawing

sys_drawing

Previous topic Next topic  

sys_drawing

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

int sys_drawing ( char *buf )

 

char *buf;        // character buffer to receive drawing name

 

 

 




Synopsis

#include "silver.h"

 

The sys_drawing function copies the name of the current SilverScreen drawing into buf .

 

 

Parameters

buf is a character buffer that is to receive the drawing name.

 

 

Return Value

sys_drawing copies the current drawing name into buf and returns 1 if there is a current drawing, or copies the null string ("") and returns 0 if not.

 

 

See Also

sys_drawing_fullname