Functions | |
void | Set_Variable_Line_Weight (const char *weight) |
void | QSet_Variable_Line_Weight (const char *segment, const char *weight) |
void Set_Variable_Line_Weight | ( | const char * | weight | ) |
Defines weights for lines that scale in a similar manner to other geometric primitives.
weight | - Scale factor to be applied to the line width |
void QSet_Variable_Line_Weight | ( | const char * | segment, | |
const char * | weight | |||
) |
Similar to Set_Variable_Line_Weight(), but operates on a given segment rather than the currently open one.
segment | - Name of the segment(s) to be changed | |
weight | - Scale factor to be applied to the line width |