ScaleMode

cee.usg.ScaleMode

Scaling mode for vector results

Index

Enumeration Members

Enumeration Members

cee.usg.ScaleMode.ABSOLUTE_SCALING
ABSOLUTE_SCALING: 0

Absolute scaling of vectors. The vector is multiplied with the scaleFactor before being drawn.

cee.usg.ScaleMode.RELATIVE_SCALING
RELATIVE_SCALING: 1

Scales vectors relative to model extent. The scaleFactor is considered to be a fraction of the model extent. So a value of 0.2 (default) will make the longest vector 20% of the model extent.