Click or drag to resize

IFieldOfViewCentralBodyProjectionGraphicsService Interface

A service that describes the graphics of a IFieldOfViewProjectionService projected onto a CentralBody.

Namespace:  AGI.Foundation.Platforms.Advanced
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface IFieldOfViewCentralBodyProjectionGraphicsService

The IFieldOfViewCentralBodyProjectionGraphicsService type exposes the following members.

Properties
  NameDescription
Public propertyApproximateSamplesPerBoundary
Gets or sets a parameter defining the approximate number of samples to use in the triangulation of each SensorProjectionBoundary. A higher number yields a more accurate projection, which affects the accuracy of the Volume, FootprintOutline, and FootprintInterior. If this parameter is , approximately 200 samples are used per boundary.
Public propertyCentralBody
Gets the CentralBody on which the field of view will be projected.
Public propertyDisplayEndCap
Gets or sets a parameter defining if a projection end cap is displayed. The position of the end cap is determined by the values set in the SensorProjectionOptions.
Public propertyFootprintInterior
Gets the graphics describing the interior of the projection footprint.
Public propertyFootprintOutline
Gets the graphics describing the outline of the projection footprint.
Public propertyProjectionOptions
Gets or sets additional options for computing the projection, including the distance to which to project the portion of a sensor that does not intersect the CentralBody.
Public propertyVolume
Gets the graphics describing the volume of the projection.
Top
See Also