M_Rhino_Geometry_Collections_MeshFaceList_AddFaces - mcneel/rhinocommon-api-docs GitHub Wiki
Appends a list of faces to the end of the mesh face list.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int[] AddFaces(
IEnumerable<MeshFace> faces
)
VB
Public Function AddFaces (
faces As IEnumerable(Of MeshFace)
) As Integer()
- faces
- Type: System.Collections.Generic.IEnumerable(MeshFace)
Faces to add.
Type: Int32[]
Indices of the newly created faces
Supported in: 6.0.16224.21491, 5D58w