Computes boundary positions for a circle on the specified centralBody with the specified center, radius and granularity.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsSurfaceShapesResult ComputeCircleWithGranularity( string CentralBody, System.Array Center, double Radius, double Granularity ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsSurfaceShapesResult^ ComputeCircleWithGranularity( String __gc ^ CentralBody, System::Array ^ Center, double Radius, double Granularity ); |
| [Java] |
|---|
public IAgStkGraphicsSurfaceShapesResult computeCircleWithGranularity( String CentralBody, VariantArray Center, double Radius, double Granularity ); |
| [Unmanaged C++] |
|---|
|
- 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.
- Granularity
- The angular separation, in radians, of positions along the boundary.
IAgStkGraphicsSurfaceShapesInitializer Interface | Triangle Mesh Primitive Overview - Surface Shapes
Shows the format of the Center parameter when computing a circle.
| [C#] | ||
|---|---|---|
| ||
Shows the format of the Center parameter when computing a circle.
| [Visual Basic .NET] | ||
|---|---|---|
| ||





