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

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