P_Rhino_Geometry_Intersect_CurveIntersections_Item - mcneel/rhinocommon-api-docs GitHub Wiki

CurveIntersections.Item Property

Gets the intersection event data at the given index.

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

Syntax

C#

public IntersectionEvent this[
	int index
] { get; }

VB

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

Parameters

 

index
Type: System.Int32
Index of intersection event to retrieve.

Property Value

Type: IntersectionEvent

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

CurveIntersections Class
Rhino.Geometry.Intersect Namespace

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