P_Rhino_Geometry_Collections_BrepFaceList_Item - mcneel/rhinocommon-api-docs GitHub Wiki

BrepFaceList.Item Property

Gets the BrepFace at the given index. The index must be valid or an IndexOutOfRangeException will be thrown.

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

Syntax

C#

public BrepFace this[
	int index
] { get; }

VB

Public ReadOnly Default Property Item ( 
	index As Integer
) As BrepFace
	Get

Parameters

 

index
Type: System.Int32
Index of BrepFace to access.

Return Value

Type: BrepFace
The BrepFace at [index].

Exceptions

 

Exception Condition
IndexOutOfRangeException Thrown when the index is invalid.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepFaceList Class
Rhino.Geometry.Collections Namespace

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