Click or drag to resize

CurveListInsert Method

Overload List
  NameDescription
Public methodInsert(Int32, Arc)
Inserts an arc at a given index of this list.
Public methodInsert(Int32, Circle)
Inserts a line at a given index of this list.
Public methodInsert(Int32, Ellipse)
Inserts an ellipse at a given index of this list.
Public methodInsert(Int32, Line)
Inserts a line at a given index of this list.
Public methodInsert(Int32, IEnumerablePoint3d)
Inserts a polyline at a given index of this list.
Public methodInsert(Int32, T)
Inserts an element into the List at the specified index.
(Inherited from RhinoListT.)
Top
See Also