Click or drag to resize

CustomSensorPattern Properties

The CustomSensorPattern type exposes the following members.

Properties
  NameDescription
Public propertyDirections
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.
Public propertyIsConnected
Gets a value indicating whether the figure is connected.
(Overrides FigureIsConnected.)
Public propertyMaximumRadius
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.)
Public propertyMinimumRadius
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.)
Public propertyRadius 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.)
Top
See Also