CurveIntersections.Item Property

CurveIntersectionsItem Property

Gets the intersection event data at the given index.

Namespace:  Rhino.Geometry.Intersect
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public IntersectionEvent this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As IntersectionEvent
	Get

Parameters

index
Type: SystemInt32
Index of intersection event to retrieve.

Property Value

Type: IntersectionEvent
See Also