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