PrimitiveFactoryCreateSectorCartographic Method (CentralBody, Cartographic, Double, Double, Double, Double) |
Creates a sector triangle mesh.
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 TriangleMeshPrimitive CreateSectorCartographic(
CentralBody centralBody,
Cartographic center,
double innerRadius,
double outerRadius,
double startBearing,
double endBearing
)
Public Shared Function CreateSectorCartographic (
centralBody As CentralBody,
center As Cartographic,
innerRadius As Double,
outerRadius As Double,
startBearing As Double,
endBearing As Double
) As TriangleMeshPrimitive
public:
static TriangleMeshPrimitive^ CreateSectorCartographic(
CentralBody^ centralBody,
Cartographic center,
double innerRadius,
double outerRadius,
double startBearing,
double endBearing
)
static member CreateSectorCartographic :
centralBody : CentralBody *
center : Cartographic *
innerRadius : float *
outerRadius : float *
startBearing : float *
endBearing : float -> TriangleMeshPrimitive
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
Central body to place the sector on - center
- Type: AGI.Foundation.CoordinatesCartographic
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:
TriangleMeshPrimitiveTriangleMeshPrimitive shaped as a sector region
See Also