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@staticmethod
def ToModelLength(
value: float
) -> float
Parameters
- value
- Type: SystemDouble
A value to convert.
Return Value
Type:
DoubleA Rhino model length that is equivalent to the provided value.
See Also