The IntersectionResult type exposes the following members.

Constructors

  NameDescription
Public methodIntersectionResult
Initializes a new instance of the IntersectionResult class

Methods

  NameDescription
Public methodDispose
Causes the object to release immediately any resources it may be utilizing.
(Inherited from APIObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyDistance
Distance from the original object to located point.
Public propertyEdgeObject
Edge of the face close to the point of intersection.
Public propertyEdgeParameter
Parameter of a point on the edge closest to the point of intersection.
Public propertyIsReadOnly
Identifies if the object is read-only or modifiable.
(Inherited from APIObject.)
Public propertyParameter
1d parameter of the point of intersection.
Public propertyUVPoint
2d (or two 1d) parameters of the point of intersection.
Public propertyXYZPoint
Point of intersection in local 3d coordinates.

See Also