Click or drag to resize

PrimitiveFactoryCreateCircleBoundaryCartographic Method (CentralBody, Cartographic, Double, Double)

Creates a circle shaped PolylinePrimitive with a specified granularity.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static PolylinePrimitive CreateCircleBoundaryCartographic(
	CentralBody centralBody,
	Cartographic center,
	double radius,
	double granularity
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
Central body to place the circle on
center
Type: AGI.Foundation.CoordinatesCartographic
Cartographic center of the circle
radius
Type: SystemDouble
Radius of the circle
granularity
Type: SystemDouble
Granularity of the circle

Return Value

Type: PolylinePrimitive
PolylinePrimitive object shaped as a circle with granularity
See Also