Click or drag to resize

ComplexConic Properties

The ComplexConic type exposes the following members.

Properties
  NameDescription
Public propertyInnerHalfAngle
Gets the inner half angle used to define the interior conical volume of exclusion.
Public propertyIsConnected
Gets a value indicating whether the figure is connected.
(Overrides FigureIsConnected.)
Public propertyMaximumClockAngle
Gets the maximum clock angle. In conjunction with MinimumClockAngle, this restricts volume to only a wedge-shaped portion of the annular cross-section of the sensor cone. The angle is measured clockwise when looking in the direction of the positive z axis.
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 propertyMinimumClockAngle
Gets the minimum clock angle. In conjunction with MaximumClockAngle, this restricts volume to only a wedge-shaped portion of the annular cross-section of the sensor cone. The angle is measured clockwise when looking in the direction of the positive z axis.
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 propertyOuterHalfAngle
Gets the outer half angle used to define the exterior conical boundary of the volume.
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