Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public CentralBodySurfaceCurve(
	CentralBody centralBody,
	EllipsoidSurfaceCurve surfaceCurve
)

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