Click or drag to resize

CentralBodySurfaceRegion Constructor (CentralBody, IEnumerable<Cartographic>)

Initializes a new instance as a polygon defined by a set of planetodetic cartographic points on a specified associated 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 CentralBodySurfaceRegion(
	CentralBody centralBody,
	IEnumerable<Cartographic> points
)

Parameters

centralBody
Type: AGI.Foundation.Celestial.CentralBody
The central body providing the topology and orientation of the polygon, and on which the polygon is defined.
points
Type: System.Collections.Generic.IEnumerable<Cartographic>
The ordered planetodetic vertices of the polygon. The last point is automatically connected with the first.
See Also