Click or drag to resize

SensorFieldOfViewGraphics Properties

The SensorFieldOfViewGraphics type exposes the following members.

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
See Also