IntersectionEvent.ParameterA Property

IntersectionEventParameterA Property

Gets the parameter on Curve A where the intersection occurred. If the intersection type is overlap, then this will return the start of the overlap region.

Namespace:  Rhino.Geometry.Intersect
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public double ParameterA { get; }
Public ReadOnly Property ParameterA As Double
	Get

Property Value

Type: Double
See Also