P_Rhino_Geometry_Collections_MeshFaceNormalList_Item - mcneel/rhinocommon-api-docs GitHub Wiki

MeshFaceNormalList.Item Property

Gets or sets the face normal at the given face 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 Vector3f this[
	int index
] { get; set; }

VB

Public Default Property Item ( 
	index As Integer
) As Vector3f
	Get
	Set

Parameters

 

index
Type: System.Int32
Index of face normal to access.

Return Value

Type: Vector3f
The face normal at [index].

Implements

IList(T).Item(Int32)
IReadOnlyList(T).Item(Int32)

Exceptions

 

Exception Condition
IndexOutOfRangeException Thrown when the index is invalid.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFaceNormalList Class
Rhino.Geometry.Collections Namespace

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