M_Rhino_Geometry_Collections_MeshNgonList_Insert - mcneel/rhinocommon-api-docs GitHub Wiki

MeshNgonList.Insert Method

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

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void Insert(
	int index,
	MeshNgon ngon
)

VB

Public Sub Insert ( 
	index As Integer,
	ngon As MeshNgon
)

Parameters

 

index
Type: System.Int32
An ngon index.
ngon
Type: Rhino.Geometry.MeshNgon
An ngon.

Exceptions

 

Exception Condition
ArgumentOutOfRangeException If index is negative or >= Count.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshNgonList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️