Click or drag to resize

CentralBodySurfaceRegion Constructor (CentralBody, EllipsoidSurfaceRegion)

Initializes a new instance as a surface region on a specified central body.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CentralBodySurfaceRegion(
	CentralBody centralBody,
	EllipsoidSurfaceRegion surfaceRegion
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body providing the topology and orientation of the surfaceRegion, and on which the region is defined. The ReferenceSurface property of the surfaceRegion is expected to match the Shape of this central body.
surfaceRegion
Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceRegion
The region on the surface of the centralBody.
See Also