Click or drag to resize

PrimitiveFactoryCreateCircleBoundary Method (CentralBody, Cartesian, Double)

Creates a circle shaped PolylinePrimitive.

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 CreateCircleBoundary(
	CentralBody centralBody,
	Cartesian center,
	double radius
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
Central body to place the circle on
center
Type: AGI.Foundation.CoordinatesCartesian
Cartesian center of the circle
radius
Type: SystemDouble
Radius of the circle

Return Value

Type: PolylinePrimitive
PolylinePrimitive object shaped as a circle
See Also