Click or drag to resize

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; }

Parameters

index
Type: SystemInt32
Index of intersection event to retrieve.

Property Value

Type: IntersectionEvent
See Also