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.2.419.0 (24.2.419.0)
Syntax public SensorProjectionHorizonCollection Horizons { get; }
Public ReadOnly Property Horizons As SensorProjectionHorizonCollection
Get
public:
property SensorProjectionHorizonCollection^ Horizons {
SensorProjectionHorizonCollection^ get ();
}
member Horizons : SensorProjectionHorizonCollection with get
Property Value
Type:
SensorProjectionHorizonCollectionSee Also