M_Rhino_Geometry_Collections_MeshNgonList_AddNgon - mcneel/rhinocommon-api-docs GitHub Wiki
Appends a new ngon to the end of the mesh ngon list.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int AddNgon(
MeshNgon ngon
)
VB
Public Function AddNgon (
ngon As MeshNgon
) As Integer
- ngon
- Type: Rhino.Geometry.MeshNgon
Ngon to add.
Type: Int32
The index of the newly added ngon.
Supported in: 6.0.16224.21491