RhinoCommon API
IntersectionEventCompareEquivalent Method (IntersectionEvent, IntersectionEvent, Double) |
Compare intersection events.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0
public static bool CompareEquivalent( IntersectionEvent eventA, IntersectionEvent eventB, double relativePointTolerance )
Public Shared Function CompareEquivalent ( eventA As IntersectionEvent, eventB As IntersectionEvent, relativePointTolerance As Double ) As Boolean
Parameters
- eventA
- Type: Rhino.Geometry.IntersectIntersectionEvent
The first intersection event to compare. - eventB
- Type: Rhino.Geometry.IntersectIntersectionEvent
The second intersection event to compare. - relativePointTolerance
- Type: SystemDouble
The comparison tolerance. If RhinoMath.UnsetValue, then RhinoMath.SqrtEpsilon is used.
Return Value
Type: Booleantrue if the two inputs represent the same intersection, false otherwise.