RhinoCommon API
MeshNgonListGetNgonBoundary Method |
Get a list of vertices that form the boundary of a face set. This is often use to get n-gon boundaries.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)

public int[] GetNgonBoundary( IEnumerable<int> ngonFaceIndexList )
Public Function GetNgonBoundary ( ngonFaceIndexList As IEnumerable(Of Integer) ) As Integer()
Parameters
- ngonFaceIndexList
- Type: System.Collections.GenericIEnumerableInt32
List of mesh face indices.
Return Value
Type: Int32List of mesh vertex indices that form the boundary of the face set.

Rhino for Windows
Supported in: 6.8