Properties_T_Rhino_Geometry_Intersect_IntersectionEvent - mcneel/rhinocommon-api-docs GitHub Wiki

IntersectionEvent Properties

The IntersectionEvent type exposes the following members.

Properties

 

Name Description
Public propertyCode example IsOverlap All curve intersection events are either a single point or an overlap.
Public property IsPoint All curve intersection events are either a single point or an overlap.
Public property OverlapA Gets the interval on curve A where the overlap occurs. If the intersection type is not overlap, this value is meaningless.
Public property OverlapB Gets the interval on curve B where the overlap occurs. If the intersection type is not overlap, this value is meaningless.
Public property ParameterA Gets the parameter on Curve A where the intersection occured. If the intersection type is overlap, then this will return the start of the overlap region.
Public property ParameterB Gets the parameter on Curve A where the intersection occured. If the intersection type is overlap, then this will return the start of the overlap region.
Public property PointA Gets the point on Curve A where the intersection occured. If the intersection type is overlap, then this will return the start of the overlap region.
Public property PointA2 Gets the end point of the overlap on Curve A. If the intersection type is not overlap, this value is meaningless.
Public property PointB Gets the point on Curve B (or Surface B) where the intersection occured. If the intersection type is overlap, then this will return the start of the overlap region.
Public property PointB2 Gets the end point of the overlap on Curve B (or Surface B). If the intersection type is not overlap, this value is meaningless.
  Back to Top

See Also

Reference

IntersectionEvent Class
Rhino.Geometry.Intersect Namespace

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