Zooms to a rectangular extent composed of west, south, east, north on the centralBody. The camera will be looking straight down at the extent, with the up vector pointing toward local north. The Axes is set to an east-north-up axes at the center of the extent.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def ViewRectangularExtent(self, CentralBody:str, West:float, South:float, East:float, North:float) -> None: |
- CentralBody
- The Central Body that the extent is on.
- West
- The west longitude of the extent.
- South
- The south latitude of the extent.
- East
- The east longitude of the extent.
- North
- The north latitude of the extent.






