Click or drag to resize

SensorProjectionBoundaryHorizons Property

Gets the collection of horizons along this boundary. Horizons are segments of the BoundaryCurve that are part of the ellipsoid horizon as viewed from the sensor's origin. Horizons have two parts: one part is on the ellipsoid, and the other is the same curve projected into space. The horizons are guaranteed to be sorted by their BoundaryCurveSegmentIndex property.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SensorProjectionHorizonCollection Horizons { get; }

Property Value

Type: SensorProjectionHorizonCollection
See Also