Click or drag to resize

RhinoDocAdjustLengthUnits Method

[Missing <summary> documentation for "M:Rhino.RhinoDoc.AdjustLengthUnits(System.Boolean,Rhino.LengthUnit,System.Boolean)"]

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool AdjustLengthUnits(
	bool modelUnits,
	LengthUnit units,
	bool scale
)

Parameters

modelUnits
Type: SystemBoolean

[Missing <param name="modelUnits"/> documentation for "M:Rhino.RhinoDoc.AdjustLengthUnits(System.Boolean,Rhino.LengthUnit,System.Boolean)"]

units
Type: RhinoLengthUnit

[Missing <param name="units"/> documentation for "M:Rhino.RhinoDoc.AdjustLengthUnits(System.Boolean,Rhino.LengthUnit,System.Boolean)"]

scale
Type: SystemBoolean

[Missing <param name="scale"/> documentation for "M:Rhino.RhinoDoc.AdjustLengthUnits(System.Boolean,Rhino.LengthUnit,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.RhinoDoc.AdjustLengthUnits(System.Boolean,Rhino.LengthUnit,System.Boolean)"]

See Also