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: 25.1.421.0 (25.1.421.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 -> CentralBodySurfaceCurveParameters
- 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