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.3.420.0 (24.3.420.0)
Syntaxpublic 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.Celestial.CentralBody
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.Shapes.EllipsoidSurfaceRegion
The region on the surface of the centralBody.
See Also