Computes boundary positions for a circle on
the specified centralBody with the specified center and radius.
This is equivalent to calling Compute
Circle with a granularity of
1
degree.[Visual Basic .NET] |
---|
Public Function ComputeCircle( _
ByVal CentralBody As String, _
ByRef Center As System.Array, _
ByVal Radius As Double _
) As IAgStkGraphicsSurfaceShapesResult
|
[C#] |
---|
public IAgStkGraphicsSurfaceShapesResult ComputeCircle(
|
[Managed C++] |
---|
public: IAgStkGraphicsSurfaceShapesResult^ ComputeCircle(
|
[Java] |
---|
public IAgStkGraphicsSurfaceShapesResult computeCircle(
|
[Unmanaged C++] |
---|
public: HRESULT ComputeCircle(
|
- CentralBody
- The central body to compute the circle on.
- Center
- An array containing the center of the circle (in the order x, y, z), in the centralBody's fixed reference frame.
- Radius
- The radius of the circle, in meters.
Shows the format of
the Center parameter when computing a circle.
[C#] | Copy Code | |
---|---|---|
|
Shows the format of
the Center parameter when computing a circle.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|