Click or drag to resize

FieldOfViewCentralBodyProjectionGraphicsExtensionApproximateSamplesPerBoundary Property

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.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GraphicsParameter<int> ApproximateSamplesPerBoundary { get; set; }

Property Value

Type: GraphicsParameterInt32

Implements

IFieldOfViewCentralBodyProjectionGraphicsServiceApproximateSamplesPerBoundary
See Also