Click or drag to resize

LengthUnitFromKnownUnitSystem Method

Constructs a LengthUnit from a UnitSystem.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static LengthUnit FromKnownUnitSystem(
	UnitSystem knownUnitSystem
)

Parameters

knownUnitSystem
Type: RhinoUnitSystem
A known unit system.

Return Value

Type: LengthUnit

[Missing <returns> documentation for "M:Rhino.LengthUnit.FromKnownUnitSystem(Rhino.UnitSystem)"]

See Also