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.2.419.0 (24.2.419.0)
Syntax public int ApproximateSamplesPerBoundary { get; set; }
Public Property ApproximateSamplesPerBoundary As Integer
Get
Set
public:
property int ApproximateSamplesPerBoundary {
int get ();
void set (int value);
}
member ApproximateSamplesPerBoundary : int with get, set
Property Value
Type:
Int32See Also