PrimitiveFactoryCreateEllipseBoundary Method (CentralBody, Cartesian, Double, Double, Double, Double) |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static PolylinePrimitive CreateEllipseBoundary(
CentralBody centralBody,
Cartesian center,
double majorAxisRadius,
double minorAxisRadius,
double bearing,
double granularity
)
Public Shared Function CreateEllipseBoundary (
centralBody As CentralBody,
center As Cartesian,
majorAxisRadius As Double,
minorAxisRadius As Double,
bearing As Double,
granularity As Double
) As PolylinePrimitive
public:
static PolylinePrimitive^ CreateEllipseBoundary(
CentralBody^ centralBody,
Cartesian center,
double majorAxisRadius,
double minorAxisRadius,
double bearing,
double granularity
)
static member CreateEllipseBoundary :
centralBody : CentralBody *
center : Cartesian *
majorAxisRadius : float *
minorAxisRadius : float *
bearing : float *
granularity : float -> PolylinePrimitive
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 - granularity
- Type: SystemDouble
Granularity of the ellipse
Return Value
Type:
PolylinePrimitivePolylinePrimitive object shaped as an ellipse with granularity
See Also