Click or drag to resize

PrimitiveFactory.CreateCircleBoundary Method (CentralBody, Cartesian, 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.3.420.0 (24.3.420.0)
Syntax
public static PolylinePrimitive CreateCircleBoundary(
	CentralBody centralBody,
	Cartesian center,
	double radius,
	double granularity
)

Parameters

centralBody
Type: AGI.Foundation.Celestial.CentralBody
Central body to place the circle on
center
Type: AGI.Foundation.Coordinates.Cartesian
Cartesian center of the circle
radius
Type: System.Double
Radius of the circle
granularity
Type: System.Double
Granularity of the circle

Return Value

Type: PolylinePrimitive
PolylinePrimitive object shaped as a circle
See Also