CurveList.Insert Method (Int32, Circle)

CurveListInsert Method (Int32, Circle)

Inserts a line at a given index of this list.

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Insert(
	int index,
	Circle circle
)
Public Sub Insert ( 
	index As Integer,
	circle As Circle
)

Parameters

index
Type: SystemInt32
A 0-based position in the list.
circle
Type: Rhino.GeometryCircle
The circle value from which to construct the new curve.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also