Click or drag to resize

EllipsoidSurfaceCurveIntersectionResults Properties

The EllipsoidSurfaceCurveIntersectionResults type exposes the following members.

Properties
  NameDescription
Public propertyDistanceAlongPrimaryCurve
Gets the distance from the InitialPoint along the primary curve at which the intersection was found. If no intersection was found then this will be PositiveInfinity.
Public propertyDistanceAlongSecondaryCurve
Gets the distance from the InitialPoint along the secondary curve at which the intersection was found. If no intersection was found then this will be PositiveInfinity.
Public propertyLocation
Gets the location of the intersection. If no intersection was found then this will be Undefined.
Top
See Also