M_Rhino_Geometry_Interpolator__ctor_3 - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs an empty Interpolator with a certain capacity.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Interpolator(
int initialCapacity
)
VB
Public Sub New (
initialCapacity As Integer
)
- initialCapacity
- Type: System.Int32
Number of items this interpolator can store without resizing.
Supported in: 6.0.16224.21491, 5D58w
Interpolator Class
Interpolator Overload
Rhino.Geometry Namespace