SensorFieldOfViewGraphics Class |
Namespace: AGI.Foundation.Cesium
The SensorFieldOfViewGraphics type exposes the following members.
| Name | Description | |
|---|---|---|
| SensorFieldOfViewGraphics | Initializes a new instance. |
| Name | Description | |
|---|---|---|
| DomeSurfaceMaterial |
Gets or sets the material used to fill dome surfaces.
If not specified, the default is a SolidColorMaterialGraphics with
Color set to White.
| |
| EllipsoidHorizonSurfaceMaterial |
Gets or sets the material used to fill ellipsoid horizon surfaces.
If not specified, the default is a SolidColorMaterialGraphics with
Color set to White.
| |
| EllipsoidSurfaceMaterial |
Gets or sets the material used to fill ellipsoid surfaces.
If not specified, the default is a SolidColorMaterialGraphics with
Color set to White.
| |
| EnvironmentConstraint |
Gets or sets whether 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 .
| |
| EnvironmentIntersectionColor |
Gets or sets the color of the intersection line between the sensor and the environment.
If not specified, the default is White.
| |
| EnvironmentIntersectionWidth |
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.
| |
| EnvironmentOcclusionMaterial |
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.
| |
| IntersectionColor |
Gets or sets the color of the intersection outline of the sensor with the central body.
If not specified, the default is White.
| |
| IntersectionWidth |
Gets or sets the width of the intersection outline of the sensor with the central body.
If not specified, the default is 1.0.
| |
| LateralSurfaceMaterial |
Gets or sets the material used to fill lateral surfaces.
If not specified, the default is a SolidColorMaterialGraphics with
Color set to White.
| |
| PortionToDisplay |
Gets or sets the portion of the sensor to display.
If not specified, the default is Complete.
| |
| Show |
Gets or sets whether the sensor is shown.
If not specified, the default is .
| |
| ShowDomeSurfaces |
Gets or sets whether the sensor's dome surfaces are shown.
If not specified, the default is .
| |
| ShowEllipsoidHorizonSurfaces |
Gets or sets whether the sensor's ellipsoid horizon surfaces are shown.
If not specified, the default is .
| |
| ShowEllipsoidSurfaces |
Gets or sets whether the sensor's ellipsoid surfaces are shown.
If not specified, the default is .
| |
| ShowEnvironmentIntersection |
Gets or sets whether a line showing where the sensor intersects the environment will be drawn.
If not specified, the default is .
| |
| ShowEnvironmentOcclusion |
Gets or sets whether the portion of the terrain occluded by the environment will be drawn with a separate material.
If not specified, the default is .
| |
| ShowIntersection |
Gets or sets whether the intersection outline of the sensor with the central body is shown.
If not specified, the default is .
| |
| ShowLateralSurfaces |
Gets or sets whether the sensor's lateral surfaces are shown.
If not specified, the default is .
| |
| ShowThroughEllipsoid |
Gets or sets whether a sensor intersecting the ellipsoid is drawn through the ellipsoid and potentially out to the other side.
If not specified, the default is .
| |
| ShowViewshed |
Gets or sets whether the viewshed of the sensor will be drawn.
If not specified, the default is .
| |
| ViewshedOccludedColor |
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.
| |
| ViewshedResolution |
Gets or sets the resolution in pixels of the viewshed.
If not specified, the default value is 2048.
| |
| ViewshedVisibleColor |
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.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |