SilverScreen Solid Modeler

get_detail_text

get_detail_text

Previous topic Next topic  

get_detail_text

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

int get_detail_text ( char *detail_path, char *detail_text )

 

char *detail_path;   // A pointer to a character string

char *detail_text;   // A pointer to a character string

 

 




Synopsis

#include "silver.h"

 

The get_detail_text function retrieves the text of a DETAIL_NODE via its path.

 

 

Parameters

detail_path is the tree-path to the detail (i.e. "\front\dt1")

detail_text is a pointer to a character buffer that is to receive the text associated with the detail.

 

 

Return Value

get_detail_text returns FALSE if detail_path does not specify the path to a DETAIL_NODE in the current drawing. Otherwise, the associated text is copied to detail_path and TRUE is returned.

 

 

See Also

DETAIL_NODE