Click or drag to resize

SensorFieldOfViewVisualizerTEntityApproximateSamplesPerBoundary 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 sensor volume, footprint outline, and footprint interior. The default value is 200.

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

Property Value

Type: Int32
See Also