Click or drag to resize

PrimitiveFactoryCreateEllipseBoundary Method (CentralBody, Cartesian, Double, Double, Double)

Creates an ellipse 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 CreateEllipseBoundary(
	CentralBody centralBody,
	Cartesian center,
	double majorAxisRadius,
	double minorAxisRadius,
	double bearing
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
Central body to place the ellipse on
center
Type: AGI.Foundation.CoordinatesCartesian
Cartesian center of the ellipse
majorAxisRadius
Type: SystemDouble
Major axis radius of the ellipse
minorAxisRadius
Type: SystemDouble
Minor axis radius of the ellipse
bearing
Type: SystemDouble
Bearing of the ellipse

Return Value

Type: PolylinePrimitive
PolylinePrimitive object shaped as an ellipse
See Also