RhinoCommon API
MeshFaceListInsert Method |
Inserts a mesh face at a defined index in this list.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)

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.

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

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14