Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the edge width proportionally to the value parameter.
Syntax
client server public static int calculateEdgeWidth(real value, real maxValue)
Run On
Called
Parameters
- value
Type: real
An amount of the entity that is represented by the edge.
- maxValue
Type: real
The maximum amount of the entity that is represented by the edge that maps to the largest width of an edge.
Return Value
Type: int
An edge width that is proportional to the specified value.