MeshFaceListInsert Method |
Rhino 5 for Windows
Inserts a mesh face at a defined index in this list.
Namespace: Rhino.Geometry.CollectionsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic 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