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.2.419.0 (24.2.419.0)
Syntax public CentralBodySurfaceRegion(
CentralBody centralBody,
EllipsoidSurfaceRegion surfaceRegion
)
Public Sub New (
centralBody As CentralBody,
surfaceRegion As EllipsoidSurfaceRegion
)
public:
CentralBodySurfaceRegion(
CentralBody^ centralBody,
EllipsoidSurfaceRegion^ surfaceRegion
)
new :
centralBody : CentralBody *
surfaceRegion : EllipsoidSurfaceRegion -> CentralBodySurfaceRegion
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