M_Rhino_Geometry_Collections_MeshNgonList_Insert - mcneel/rhinocommon-api-docs GitHub Wiki
Inserts a mesh ngon at a defined index in this list.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void Insert(
int index,
MeshNgon ngon
)
VB
Public Sub Insert (
index As Integer,
ngon As MeshNgon
)
- index
- Type: System.Int32
An ngon index. - ngon
- Type: Rhino.Geometry.MeshNgon
An ngon.
Exception | Condition |
---|---|
ArgumentOutOfRangeException | If index is negative or >= Count. |
Supported in: 6.0.16224.21491