Click or drag to resize

MeshNgonListAddNgons Method

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

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public int[] AddNgons(
	IEnumerable<MeshNgon> ngons
)

Parameters

ngons
Type: System.Collections.GenericIEnumerableMeshNgon
Ngons to add.

Return Value

Type: Int32
Indices of the newly created ngons
See Also