IntersectionResult Members

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 (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (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