M_Rhino_Geometry_Collections_MeshFaceList_Insert - mcneel/rhinocommon-api-docs GitHub Wiki
Inserts a mesh face 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,
MeshFace face
)
VB
Public Sub Insert (
index As Integer,
face As MeshFace
)
- index
- Type: System.Int32
An index. - face
- Type: Rhino.Geometry.MeshFace
A face.
Exception | Condition |
---|---|
ArgumentOutOfRangeException | If index is negative or >= Count. |
Supported in: 6.0.16224.21491, 5D58w