Click or drag to resize

ScaleValueScaleStringFormat Enumeration

Specifies preferred formats for automatically created string descriptions of a scale value.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum ScaleStringFormat
Members
  Member nameValueDescription
None0 No preference for automatically created string descriptions of a scale value.
RatioFormat1 Prefer the ratio format using a colon, like "1:4" or "4:1".
EquationFormat2 Prefer the equation format using an equal sign, like "1 = 4" or "4 = 1".
FractionFormat3 Prefer the fraction format using a slash, like "1/4" or "4/1".
Unset255 ON_ScaleValue::ScaleStringFormat::Unset is used to indicate no preference is set. This condition is different from ON_ScaleValue::ScaleStringFormat::None.
See Also