Computes boundary positions for an ellipse on the specified centralBody.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsSurfaceShapesResult ComputeEllipseWithGranularity( string CentralBody, System.Array Center, double MajorAxisRadius, double MinorAxisRadius, double Bearing, double Granularity ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsSurfaceShapesResult^ ComputeEllipseWithGranularity( String __gc ^ CentralBody, System::Array ^ Center, double MajorAxisRadius, double MinorAxisRadius, double Bearing, double Granularity ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsSurfaceShapesResult computeEllipseWithGranularity( String CentralBody, AgSafeArray Center, double MajorAxisRadius, double MinorAxisRadius, double Bearing, double Granularity ); |
[Python - STK API ] |
|---|
def ComputeEllipseWithGranularity(self, CentralBody:str, Center:list, MajorAxisRadius:float, MinorAxisRadius:float, Bearing:float, Granularity: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.
- Granularity
- The angular separation of positions along the boundary.
IAgStkGraphicsSurfaceShapesInitializer Interface | Triangle Mesh Primitive Overview - Surface Shapes
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] | ||
|---|---|---|
| ||






