Click or drag to resize

File3dmSettingsModelDistanceDisplayPrecision Property

Gets or sets the model space distance display precision. In decimal mode this is the number of decimal places; in fractional modes the denominator is (1/2)^precision. Valid values are >= 0 and <= 7.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public int ModelDistanceDisplayPrecision { get; set; }

Property Value

Type: Int32
See Also