Click or drag to resize

LengthUnitToUnitSystem Method (Double)

Returns a UnitSystem equivalent to this instance and its size expressed on meters.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public UnitSystem ToUnitSystem(
	out double metersPerUnit
)

Parameters

metersPerUnit
Type: SystemDouble
Unit size expressed in meters.

Return Value

Type: UnitSystem
A UnitSystem value.
See Also