M_Rhino_Geometry_Collections_MeshFaceList_AddFaces - mcneel/rhinocommon-api-docs GitHub Wiki

MeshFaceList.AddFaces Method

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

Syntax

C#

public int[] AddFaces(
	IEnumerable<MeshFace> faces
)

VB

Public Function AddFaces ( 
	faces As IEnumerable(Of MeshFace)
) As Integer()

Parameters

 

faces
Type: System.Collections.Generic.IEnumerable(MeshFace)
Faces to add.

Return Value

Type: Int32[]
Indices of the newly created faces

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFaceList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️