Click or drag to resize

SensorFieldOfViewVisualizerTEntity Class

An EntityVisualizerTEntity that visualizes a set of sensors. Each sensor's origin is at the entity's Position and its boresight looks down the entity's Z-axis as defined by its Orientation.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.TrackingEntityVisualizerTEntity
    AGI.Foundation.TrackingSensorFieldOfViewVisualizerTEntity

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 class SensorFieldOfViewVisualizer<TEntity> : EntityVisualizer<TEntity>
where TEntity : class, IEntityLastUpdate, IEntityIdentifier, IEntitySensorFieldOfView

Type Parameters

TEntity
The type of entity.

The SensorFieldOfViewVisualizerTEntity type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyApproximateSamplesPerBoundary
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.
Public propertyCentralBody
Gets or sets the CentralBody on which the sensor field of view will be projected.
Public propertyColor
Gets or sets the color of the sensor volume. This property is equivalent to the VolumeColor property.
(Overrides EntityVisualizerTEntityColor.)
Public propertyDisplay
Gets or sets a value indicating whether or not the sensor volume is displayed. This property is equivalent to the VolumeDisplay property.
(Overrides EntityVisualizerTEntityDisplay.)
Public propertyDisplayCondition
Gets or sets the DisplayCondition.
(Overrides EntityVisualizerTEntityDisplayCondition.)
Public propertyEntities
Gets or sets the set of entities visualized by this instance.
(Overrides EntityVisualizerTEntityEntities.)
Public propertyFootprintInteriorColor
Gets or sets a value defining the color and translucency of the footprint interior.
Public propertyFootprintInteriorDisplay
Gets or sets a value indicating whether or not to show the footprint interior.
Public propertyFootprintInteriorTexture
Gets or sets a value defining the Texture2D of the footprint interior.
Public propertyFootprintInteriorTextureFilter
Gets or sets a value defining the TextureFilter2D of the footprint interior.
Public propertyFootprintInteriorTextureMatrix
Gets or sets a value defining the TextureMatrix of the footprint interior.
Public propertyFootprintInteriorTransparentTextureBorder
Gets or sets a value indicating whether the border of a transparent texture should be drawn for the footprint interior.
Public propertyFootprintInteriorWireframe
Gets or sets a value indicating whether the footprint interior should be drawn as a wireframe.
Public propertyFootprintOutlineColor
Gets or sets a value defining the color and translucency of the footprint outline.
Public propertyFootprintOutlineDisplay
Gets or sets a value indicating whether or not to show the footprint outline.
Public propertyFootprintOutlineDisplayOutline
Gets or sets a value indicating whether to display an outline of the footprint outline.
Public propertyFootprintOutlineOutlineColor
Gets or sets a value defining the color and translucency of the outline of the footprint outline.
Public propertyFootprintOutlineOutlineWidth
Gets or sets a value defining the width of the outline of the footprint outline.
Public propertyFootprintOutlineWidth
Gets or sets a value defining the width of the footprint outline.
Public propertyProjectionOptions
Gets or sets additional options for computing the projection, including the distance to which to project the portion of a sensor that does not intersect the CentralBody.
Public propertyTranslucency
Gets or sets the translucency of the sensor volume, where 0.0 is completely clear and 1.0 is completely opaque. This property is equivalent to setting the alpha component of the VolumeColor property.
(Overrides EntityVisualizerTEntityTranslucency.)
Public propertyVolumeAffectedByLighting
Gets or sets a value indicating whether the volume is affected by lighting.
Public propertyVolumeBackLineColor
Gets or sets a value defining the colors of the back lines of the volume.
Public propertyVolumeBackLineWidth
Gets or sets a value defining the width of the back lines of the volume.
Public propertyVolumeColor
Gets or sets a value defining the color of the volume.
Public propertyVolumeDisplay
Gets or sets a value indicating whether or not to show the volume.
Public propertyVolumeDisplayFill
Gets or sets a value indicating whether the volume is filled.
Public propertyVolumeDisplayOutline
Gets or sets a value indicating whether the volume is outlined.
Public propertyVolumeDisplaySilhouette
Gets or sets a value indicating whether the volume silhouette is displayed.
Public propertyVolumeOutlineAppearance
Gets or sets a value defining the volume outline appearance.
Public propertyVolumeOutlineColor
Gets or sets a value defining the color and translucency of the volume outline.
Public propertyVolumeOutlineWidth
Gets or sets a value defining the width of the volume outline.
Public propertyVolumeSilhouetteColor
Gets or sets a parameter defining the silhouette color and translucency of the volume.
Public propertyVolumeSilhouetteWidth
Gets or sets a parameter defining the width of the silhouette of the volume.
Top
Methods
  NameDescription
Public methodDispose
Releases any resources associated with this instance.
(Inherited from EntityVisualizerTEntity.)
Protected methodDispose(Boolean)
Releases any resources associated with this instance.
(Overrides EntityVisualizerTEntityDispose(Boolean).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPick(PickResult)
Given a PickResult, returns the entities that were picked.
(Overrides EntityVisualizerTEntityPick(PickResult).)
Protected methodPick(PickResult, Primitive)
Given a PickResult and Primitive, returns a list of entities that were picked. This is best used to respond to a pick involving a batch primitive.
(Inherited from EntityVisualizerTEntity.)
Protected methodPickTPrimitive(PickResult, IEnumerableTPrimitive)
Given a list of primitives and a PickResult, returns the primitives that were picked. The primitives in the list are expected to contain an entity in their Tag property.
(Inherited from EntityVisualizerTEntity.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Updates all graphics to reflect the entities in the provided transaction.
(Overrides EntityVisualizerTEntityUpdate(Transaction).)
Top
See Also