SilverScreen Solid Modeler

get_bos

get_bos

Previous topic Next topic  

get_bos

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

BOS_NODE *get_bos ( char *path )

 

char *path;         // path to block, object or symbol

 

 

 




Synopsis

#include "ssnodes.h"

 

The get_bos function searches a SilverScreen drawing for the entity specified by path .

 

 

Parameters

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

 

 

Return Value

get_bos returns a pointer to the entity, if found, and NULL otherwise.

 

 

Comments

The pointer returned is a direct pointer into the SilverScreen drawing database.

 

 

See Also

make_path , get_prim