M_Rhino_Geometry_Interpolator__ctor_2 - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs an Interpolator from a collection of numbers.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Interpolator(
IEnumerable<double> collection
)
VB
Public Sub New (
collection As IEnumerable(Of Double)
)
- collection
- Type: System.Collections.Generic.IEnumerable(Double)
Collection of numbers to duplicate.
Supported in: 6.0.16224.21491, 5D58w
Interpolator Class
Interpolator Overload
Rhino.Geometry Namespace