MeshNgonList.Insert Method

MeshNgonListInsert Method

Inserts a mesh ngon at a defined index in this list.

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

Parameters

index
Type: SystemInt32
An ngon index.
ngon
Type: Rhino.GeometryMeshNgon
An ngon.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf index is negative or >= Count.
Version Information

Rhino for Windows

Supported in: 6.14
See Also