:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** WsfRectangularFieldOfView ------------------------- .. class:: WsfRectangularFieldOfView inherits WsfFieldOfView :cloneable: :class:`WsfRectangularFieldOfView` defines a :ref:`rectangular field of view` that is used to dynamically change a sensor's field of view (originally defined using :command:`antenna field of view commands`) using :method:`WsfSensor.SetFOV`. Static Methods ============== .. method:: static WsfRectangularFieldOfView Construct(double aMinAzimuth, double aMaxAzimuth, double aMinElevation, double aMaxElevation) Returns a new :class:`WsfRectangularFieldOfView` object with the specified azimuth and elevation extents (in degrees). Methods ======= .. method:: Array AzimuthFieldOfView() Returns the minimum and maximum azimuth field of view extents. .. method:: Array ElevationFieldOfView() Returns the minimum and maximum elevation field of view extents.