EllipsoidSurfaceCurveIntersectionResultsDistanceAlongPrimaryCurve Property |
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.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double DistanceAlongPrimaryCurve { get; }
Public ReadOnly Property DistanceAlongPrimaryCurve As Double
Get
public:
property double DistanceAlongPrimaryCurve {
double get ();
}
member DistanceAlongPrimaryCurve : float with get
Property Value
Type:
DoubleSee Also