M_Rhino_Geometry_Collections_MeshNgonList_AddNgons - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public int[] AddNgons(
IEnumerable<MeshNgon> ngons
)
VB
Public Function AddNgons (
ngons As IEnumerable(Of MeshNgon)
) As Integer()
- ngons
- Type: System.Collections.Generic.IEnumerable(MeshNgon)
Ngons to add.
Type: Int32[]
Indices of the newly created ngons
Supported in: 6.0.16224.21491