M_Rhino_Geometry_Collections_MeshFaceList_Insert - mcneel/rhinocommon-api-docs GitHub Wiki

MeshFaceList.Insert Method

Inserts a mesh face 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,
	MeshFace face
)

VB

Public Sub Insert ( 
	index As Integer,
	face As MeshFace
)

Parameters

 

index
Type: System.Int32
An index.
face
Type: Rhino.Geometry.MeshFace
A face.

Exceptions

 

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFaceList Class
Rhino.Geometry.Collections Namespace

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