Click or drag to resize

IEntitySensorFieldOfView Interface

An interface to a tracking entity that has a volume describing the region of space that is detectable with its sensor. The sensor volume is assumed to have its origin at the location specified by the Position property and it is oriented in the entity's body axes defined by the Orientation property such that the sensor's boresight points down the Z-axis.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface IEntitySensorFieldOfView : IEntityPosition, 
	IEntityOrientation

The IEntitySensorFieldOfView type exposes the following members.

Properties
  NameDescription
Public propertyFieldOfView
Gets the transactional property that holds the orientation of the entity. The value assigned to the transacted property may change, but the SensorFieldOfView instance assigned by the property must not change after it is assigned to the transacted property. To change the entity's field of view, create a new SensorFieldOfView instance rather than changing the existing one.
Public propertyOrientation
Gets the transactional property that holds the orientation of the entity. To obtain the axes in which the orientation is defined, get the OrientationAxes property from the entity's EntityDescriptorTEntity.
(Inherited from IEntityOrientation.)
Public propertyPosition
Gets the transactional property that holds the position of the entity. To obtain the reference frame in which the position is defined, get the PositionReferenceFrame property from the entity's EntityDescriptorTEntity.
(Inherited from IEntityPosition.)
Top
See Also