PrimitiveFactoryCreateCircleBoundary Method (CentralBody, Cartesian, 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 CreateCircleBoundary(
	CentralBody centralBody,
	Cartesian center,
	double radius,
	double granularity
)
Public Shared Function CreateCircleBoundary ( 
	centralBody As CentralBody,
	center As Cartesian,
	radius As Double,
	granularity As Double
) As PolylinePrimitive
public:
static PolylinePrimitive^ CreateCircleBoundary(
	CentralBody^ centralBody, 
	Cartesian center, 
	double radius, 
	double granularity
)
static member CreateCircleBoundary : 
        centralBody : CentralBody * 
        center : Cartesian * 
        radius : float * 
        granularity : float -> PolylinePrimitive 
Parameters
- centralBody
 - Type: AGI.Foundation.CelestialCentralBody
Central body to place the circle on - center
 - Type: AGI.Foundation.CoordinatesCartesian
Cartesian center of the circle - radius
 - Type: SystemDouble
Radius of the circle - granularity
 - Type: SystemDouble
Granularity of the circle 
Return Value
Type: 
PolylinePrimitivePolylinePrimitive object shaped as a circle
See Also