SilverScreen Solid Modeler

get_pattern_info

get_pattern_info

Previous topic Next topic  

get_pattern_info

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

int get_pattern_info ( char *name, SS_PATTERN *pat )

 

char       *name;      // pattern name

SS_PATTERN *pat;       // address of SS_PATTERN to receive result

 

 




Synopsis

#include "silver.h"

 

The get_pattern_info function retrieves pattern information for a given pattern name.

 

 

Parameters

name is the name of a pattern. pat is the address of an SS_PATTERN structure that is to receive the pattern information.

 

 

Return Value

get_pattern_info returns 1 if the pattern name is found; otherwise 0.

 

 

See also

get_pattern_name