Click or drag to resize

CentralBodySurfaceRegionSensorVolumeConstraintSensorTolerance Property

Gets or sets the tolerance, in meters, for the error in the sensor boundary. The sensor boundary will be discretized such that the difference between the actual sensor projection boundary and the interpolated boundary is not more than this tolerance. This is stored as a Scalar in order to allow the use of a time-varying tolerance based on zoom and camera distance.

A value at or less than zero will result in no sub-division along sensor projection boundaries, and is recommended for use with CustomSensorPatterns.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Scalar SensorTolerance { get; set; }

Property Value

Type: Scalar
See Also