M_Rhino_Geometry_Collections_MeshTopologyEdgeList_GetEdgesForFace - mcneel/rhinocommon-api-docs GitHub Wiki
Gets indices of edges that surround a given face.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int[] GetEdgesForFace(
int faceIndex
)
VB
Public Function GetEdgesForFace (
faceIndex As Integer
) As Integer()
- faceIndex
- Type: System.Int32
A face index.
Type: Int32[]
A new array of indices to the topological edges that are connected with the specified face.
Supported in: 6.0.16224.21491, 5D58w
MeshTopologyEdgeList Class
GetEdgesForFace Overload
Rhino.Geometry.Collections Namespace