M_Rhino_Geometry_Collections_MeshNgonList_AddNgons - mcneel/rhinocommon-api-docs GitHub Wiki

MeshNgonList.AddNgons Method

Appends a list of ngons to the end of the mesh ngon list.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public int[] AddNgons(
	IEnumerable<MeshNgon> ngons
)

VB

Public Function AddNgons ( 
	ngons As IEnumerable(Of MeshNgon)
) As Integer()

Parameters

 

ngons
Type: System.Collections.Generic.IEnumerable(MeshNgon)
Ngons to add.

Return Value

Type: Int32[]
Indices of the newly created ngons

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshNgonList Class
Rhino.Geometry.Collections Namespace

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