Functions | |
void | Set_Variable_Edge_Weight (const char *weight) |
void | QSet_Variable_Edge_Weight (const char *segment, const char *weight) |
void Set_Variable_Edge_Weight | ( | const char * | weight | ) |
Defines weights for edges that scale in a similar manner to other geometric primitives.
weight | - Scale factor to be applied to the edge width |
void QSet_Variable_Edge_Weight | ( | const char * | segment, | |
const char * | weight | |||
) |
Similar to Set_Variable_Edge_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 edge width |