MeshFaceListInsert Method |
Inserts a mesh face at a defined index in this list.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
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 See Also