Functions | |
void | Show_Variable_Marker_Size (char *size) |
void | PShow_Net_Variable_Marker_Size (int count, const HC_KEY *keys, char *size) |
void Show_Variable_Marker_Size | ( | char * | size | ) |
Show the current variable marker size setting.
size | - Scale factor applied to the marker size. Returned to caller. Passed by reference always |
void PShow_Net_Variable_Marker_Size | ( | int | count, | |
const HC_KEY * | keys, | |||
char * | size | |||
) |
Similar to Show_Variable_Marker_Size(), but returns the net effective setting along a discrete segment path.
keycount | The size of keys | |
pathkeys | An array of HC_KEY's delineating a path of segments. | |
size | - Scale factor applied to the marker size. Returned to caller. Passed by reference always |
By default, HOOPS will determine the Net attribute from the last specified key all the way to the root. If you add -1 at the end of the array, the PShow_Net routines will not proceed beyond the end of the last specified key.
For other details, see Show_Variable_Marker_Size()