CentralBodySurfaceCurve Constructor (CentralBody, EllipsoidSurfaceCurve) |
Initializes a new instance as a surface curve 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 CentralBodySurfaceCurve(
CentralBody centralBody,
EllipsoidSurfaceCurve surfaceCurve
)
Public Sub New (
centralBody As CentralBody,
surfaceCurve As EllipsoidSurfaceCurve
)
public:
CentralBodySurfaceCurve(
CentralBody^ centralBody,
EllipsoidSurfaceCurve^ surfaceCurve
)
new :
centralBody : CentralBody *
surfaceCurve : EllipsoidSurfaceCurve -> CentralBodySurfaceCurve
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body providing the topology and orientation of the surfaceCurve,
and on which the curve is defined. The
Ellipsoid property
of the surfaceCurve is expected to match the
Shape of this central body.
- surfaceCurve
- Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceCurve
The curve on the surface of the centralBody.
See Also