M_Rhino_Geometry_Collections_MeshTopologyEdgeList_GetEdgesForFace - mcneel/rhinocommon-api-docs GitHub Wiki

MeshTopologyEdgeList.GetEdgesForFace Method (Int32)

Gets indices of edges that surround a given face.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public int[] GetEdgesForFace(
	int faceIndex
)

VB

Public Function GetEdgesForFace ( 
	faceIndex As Integer
) As Integer()

Parameters

 

faceIndex
Type: System.Int32
A face index.

Return Value

Type: Int32[]
A new array of indices to the topological edges that are connected with the specified face.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshTopologyEdgeList Class
GetEdgesForFace Overload
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️