Computes boundary positions for an ellipse on the specified centralBody. This is equivalent to calling Compute Ellipse with a granularity of
1 degree.| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsSurfaceShapesResult ComputeEllipse( string CentralBody, System.Array Center, double MajorAxisRadius, double MinorAxisRadius, double Bearing ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsSurfaceShapesResult^ ComputeEllipse( String __gc ^ CentralBody, System::Array ^ Center, double MajorAxisRadius, double MinorAxisRadius, double Bearing ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsSurfaceShapesResult computeEllipse( String CentralBody, AgSafeArray Center, double MajorAxisRadius, double MinorAxisRadius, double Bearing ); |
[Python - STK API ] |
|---|
def ComputeEllipse(self, CentralBody:str, Center:list, MajorAxisRadius:float, MinorAxisRadius:float, Bearing:float) -> "IAgStkGraphicsSurfaceShapesResult": |
- CentralBody
- The central body to compute the ellipse on.
- Center
- An array containing the center of the ellipse (in the order x, y, z), in the centralBody's fixed reference frame.
- MajorAxisRadius
- The radius of the ellipse's major axis.
- MinorAxisRadius
- The radius of the ellipse's minor axis.
- Bearing
- An angle measured clockwise from north.
Shows the format of the Center parameter when computing an ellipse.
| [C#] | ||
|---|---|---|
| ||
Shows the format of the Center parameter when computing an ellipse.
| [Visual Basic .NET] | ||
|---|---|---|
| ||






