Click or drag to resize

SensorFieldOfViewGraphics Class

Defines the graphical properties of a SensorFieldOfView.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CesiumSensorFieldOfViewGraphics

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class SensorFieldOfViewGraphics

The SensorFieldOfViewGraphics type exposes the following members.

Constructors
  NameDescription
Public methodSensorFieldOfViewGraphics
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyDomeSurfaceMaterial
Gets or sets the material used to fill dome surfaces. If not specified, the default is a SolidColorMaterialGraphics with Color set to White.
Public propertyEllipsoidHorizonSurfaceMaterial
Gets or sets the material used to fill ellipsoid horizon surfaces. If not specified, the default is a SolidColorMaterialGraphics with Color set to White.
Public propertyEllipsoidSurfaceMaterial
Gets or sets the material used to fill ellipsoid surfaces. If not specified, the default is a SolidColorMaterialGraphics with Color set to White.
Public propertyEnvironmentConstraint
Gets or sets whether or not the sensor will be occluded by objects in the current view of the environment, e.g. visible terrain or models. If not specified, the default is .
Public propertyEnvironmentIntersectionColor
Gets or sets the color of the intersection line between the sensor and the environment. If not specified, the default is White.
Public propertyEnvironmentIntersectionWidth
Gets or sets the width in meters of the intersection line between the sensor and the environment. If not specified, the default is 5.0.
Public propertyEnvironmentOcclusionMaterial
Gets or sets the material to use for the portion of the sensor occluded by the environment. If not specified, the default is a SolidColorMaterialGraphics with Color set to White.
Public propertyIntersectionColor
Gets or sets the color of the intersection outline of the sensor with the central body. If not specified, the default is White.
Public propertyIntersectionWidth
Gets or sets the width of the intersection outline of the sensor with the central body. If not specified, the default is 1.0.
Public propertyLateralSurfaceMaterial
Gets or sets the material used to fill lateral surfaces. If not specified, the default is a SolidColorMaterialGraphics with Color set to White.
Public propertyPortionToDisplay
Gets or sets the portion of the sensor to display. If not specified, the default is Complete.
Public propertyShow
Gets or sets whether or not the sensor is shown. If not specified, the default is .
Public propertyShowDomeSurfaces
Gets or sets whether or not the sensor's dome surfaces are shown. If not specified, the default is .
Public propertyShowEllipsoidHorizonSurfaces
Gets or sets whether or not the sensor's ellipsoid horizon surfaces are shown. If not specified, the default is .
Public propertyShowEllipsoidSurfaces
Gets or sets whether or not the sensor's ellipsoid surfaces are shown. If not specified, the default is .
Public propertyShowEnvironmentIntersection
Gets or sets whether or not a line showing where the sensor intersects the environment will be drawn. If not specified, the default is .
Public propertyShowEnvironmentOcclusion
Gets or sets whether or not the portion of the terrain occluded by the environment will be drawn with a separate material. If not specified, the default is .
Public propertyShowIntersection
Gets or sets whether or not the intersection outline of the sensor with the central body is shown. If not specified, the default is .
Public propertyShowLateralSurfaces
Gets or sets whether or not the sensor's lateral surfaces are shown. If not specified, the default is .
Public propertyShowThroughEllipsoid
Gets or sets whether or not a sensor intersecting the ellipsoid is drawn through the ellipsoid and potentially out to the other side. If not specified, the default is .
Public propertyShowViewshed
Gets or sets whether or not the viewshed of the sensor will be drawn. If not specified, the default is .
Public propertyViewshedOccludedColor
Gets or sets the color of the scene geometry that is not visible to the sensor. If not specified, the default value is Red, 50% transparent.
Public propertyViewshedResolution
Gets or sets the resolution in pixels of the viewshed. If not specified, the default value is 2048.
Public propertyViewshedVisibleColor
Gets or sets the color of the scene geometry that is visible to the sensor. If not specified, the default value is Lime, 50% transparent.
Top
Methods
  NameDescription
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also