Click or drag to resize

PrimitiveFactoryCreateSectorBoundaryCartographic Method (CentralBody, Cartographic, Double, Double, Double, Double)

Creates an sector 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 CreateSectorBoundaryCartographic(
	CentralBody centralBody,
	Cartographic center,
	double innerRadius,
	double outerRadius,
	double startBearing,
	double endBearing
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
Central body to place the sector on
center
Type: AGI.Foundation.CoordinatesCartographic
Cartographic center of the sector
innerRadius
Type: SystemDouble
Inner radius of the sector
outerRadius
Type: SystemDouble
Outer radius of the sector
startBearing
Type: SystemDouble
Start bearing of the sector
endBearing
Type: SystemDouble
End bearing of the sector

Return Value

Type: PolylinePrimitive
PolylinePrimitive object shaped as a sector region
See Also