SilverScreen Solid Modeler

make_path

make_path

Previous topic Next topic  

make_path

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void make_path ( BOS_NODE *bos, char *path )

 

BOS_NODE *bos;   // A pointer to a BOS_NODE

char     *path;  // A pointer to a character buffer

 



Synopsis

#include "ssnodes.h"

 

The make_path function stores the entity path of bos into path .

 

Parameters

bos is a direct pointer to a entity node as obtained by get_bos.

p is the address of a character buffer that is to receive the path.

 

Return Value

none.

See Also

get_bos