T_Rhino_Geometry_Intersect_IntersectionEvent - mcneel/rhinocommon-api-docs GitHub Wiki

IntersectionEvent Class

Provides all the information for a single Curve Intersection event.

Inheritance Hierarchy

System.Object
  Rhino.Geometry.Intersect.IntersectionEvent
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public class IntersectionEvent

VB

Public Class IntersectionEvent

The IntersectionEvent type exposes the following members.

Constructors

 

Name Description
Public method IntersectionEvent Initializes a new instance of the IntersectionEvent class
  Back to Top

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

Methods

 

Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SurfaceOverlapParameter If this instance records a Curve|Surface intersection event, and the intersection type if overlap, then use this function to get the U and V domains on the surface where the overlap occurs.
Public method SurfacePointParameter If this instance records a Curve|Surface intersection event, and the intersection type is point, then use this function to get the U and V parameters on the surface where the intersection occurs.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rhino.Geometry.Intersect Namespace

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