PrimitiveFactoryCreateSectorBoundary Method (CentralBody, Cartesian, Double, Double, Double, Double) | 
  
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static PolylinePrimitive CreateSectorBoundary(
	CentralBody centralBody,
	Cartesian center,
	double innerRadius,
	double outerRadius,
	double startBearing,
	double endBearing
)
Public Shared Function CreateSectorBoundary ( 
	centralBody As CentralBody,
	center As Cartesian,
	innerRadius As Double,
	outerRadius As Double,
	startBearing As Double,
	endBearing As Double
) As PolylinePrimitive
public:
static PolylinePrimitive^ CreateSectorBoundary(
	CentralBody^ centralBody, 
	Cartesian center, 
	double innerRadius, 
	double outerRadius, 
	double startBearing, 
	double endBearing
)
static member CreateSectorBoundary : 
        centralBody : CentralBody * 
        center : Cartesian * 
        innerRadius : float * 
        outerRadius : float * 
        startBearing : float * 
        endBearing : float -> PolylinePrimitive 
Parameters
- centralBody
 - Type: AGI.Foundation.CelestialCentralBody
Central body to place the sector on - center
 - Type: AGI.Foundation.CoordinatesCartesian
Cartesian 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: 
PolylinePrimitivePolylinePrimitive object shaped as a sector region
See Also