Computes boundary positions for a sector on the specified centralBody. This is equivalent to calling Compute Sector with a granularity of
1 degree.| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsSurfaceShapesResult ComputeSector( string CentralBody, System.Array Center, double InnerRadius, double OuterRadius, double StartBearing, double EndBearing ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsSurfaceShapesResult^ ComputeSector( String __gc ^ CentralBody, System::Array ^ Center, double InnerRadius, double OuterRadius, double StartBearing, double EndBearing ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsSurfaceShapesResult computeSector( String CentralBody, AgSafeArray Center, double InnerRadius, double OuterRadius, double StartBearing, double EndBearing ); |
[Python - STK API ] |
|---|
def ComputeSector(self, CentralBody:str, Center:list, InnerRadius:float, OuterRadius:float, StartBearing:float, EndBearing:float) -> "IAgStkGraphicsSurfaceShapesResult": |
- CentralBody
- The central body to compute the sector on.
- Center
- An array containing the center of the sector (in the order x, y, z), in the centralBody's fixed reference frame.
- InnerRadius
- The inner radius of the sector.
- OuterRadius
- The outer radius of the sector.
- StartBearing
- An angle measured clockwise from north indicating the start bearing for the sector.
- EndBearing
- An angle measured clockwise from north indicating the end bearing for the sector.
Shows the format of the Center parameter when computing a sector.
| [C#] | ||
|---|---|---|
| ||
Shows the format of the Center parameter when computing a sector.
| [Visual Basic .NET] | ||
|---|---|---|
| ||






