M_Rhino_Geometry_Collections_MeshNgonList_RemoveAt - mcneel/rhinocommon-api-docs GitHub Wiki
Removes an ngon from the mesh.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void RemoveAt(
int index
)
VB
Public Sub RemoveAt (
index As Integer
)
- index
- Type: System.Int32
The index of the ngon.
Supported in: 6.0.16224.21491