CustomSensorPattern Properties |
The CustomSensorPattern type exposes the following members.
| Name | Description | |
|---|---|---|
| Directions |
Gets or sets the list of directions that define the custom sensor pattern. The directions
are vectors originating from the sensor's origin and expressed in the sensor's axes.
See the Remarks section of the CustomSensorPattern reference documentation
for more information.
| |
| IsConnected |
Gets a value indicating whether the figure is connected.
(Overrides FigureIsConnected.) | |
| MaximumRadius |
Gets the maximum radial limit.
In conjunction with MinimumRadius, this restricts the volume to a spherical shell.
By default, this property has the value PositiveInfinity.
(Inherited from SensorFieldOfView.) | |
| MinimumRadius |
Gets the minimum radial limit.
In conjunction with MaximumRadius, this restricts the volume to a spherical shell.
By default, this property has the value 0.0.
(Inherited from SensorFieldOfView.) | |
| Radius | Obsolete.
Gets or sets the radial limit of the volume. This is the maximum range at which the sensor
can detect a target.
(Inherited from SensorFieldOfView.) |