Click or drag to resize

GeometryDecoderToModelLength Method

Converts the specified length to an equivalent Rhino model length.

Namespace:  RhinoInside.Revit.Convert.Geometry
Assembly:  RhinoInside.Revit (in RhinoInside.Revit.dll) Version: 1.7.8130
Syntax
public static double ToModelLength(
	double value
)

Parameters

value
Type: SystemDouble
A value to convert.

Return Value

Type: Double
A Rhino model length that is equivalent to the provided value.
See Also