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. |