Skip to content

M_Rhino_Geometry_Interpolator__ctor_1

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Interpolator Constructor (RhinoList(Double))

Copy all the numbers from an existing RhinoList.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Interpolator(
	RhinoList<double> list
)

VB

Public Sub New ( 
	list As RhinoList(Of Double)
)

Parameters

 

list
Type: Rhino.Collections.RhinoList(Double)
List to mimic.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Interpolator Class
Interpolator Overload
Rhino.Geometry Namespace

Clone this wiki locally