MeshFaceList.Insert Method

MeshFaceListInsert Method

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

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

Parameters

index
Type: SystemInt32
An index.
face
Type: Rhino.GeometryMeshFace
A face.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf index is negative or >= Count.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also