Click or drag to resize

CentralBodySurfaceRegionConstraint Constructor (IEnumerableCartographic, IServiceProvider, CentralBody)

Initializes a new instance with the specified surfaceRegion, object, and CentralBody.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CentralBodySurfaceRegionConstraint(
	IEnumerable<Cartographic> surfaceRegion,
	IServiceProvider constrainedObject,
	CentralBody centralBody
)

Parameters

surfaceRegion
Type: System.Collections.GenericIEnumerableCartographic
The ordered planetodetic vertices of region with which the SurfaceRegion. The last vertex is automatically connected with the first.
constrainedObject
Type: SystemIServiceProvider
The object to which this constraint is applied.
centralBody
Type: AGI.Foundation.CelestialCentralBody
The CentralBody with which the SurfaceRegion is initialized.
See Also