Interpolator Constructor (RhinoList(Double))

Interpolator Constructor (RhinoListDouble)

Copy all the numbers from an existing RhinoList.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Interpolator(
	RhinoList<double> list
)
Public Sub New ( 
	list As RhinoList(Of Double)
)

Parameters

list
Type: Rhino.CollectionsRhinoListDouble
List to mimic.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also