Click or drag to resize

CentralBodySurfaceRegionConstraint Constructor (IEnumerable<Cartographic>, 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.3.420.0 (24.3.420.0)
Syntax
public CentralBodySurfaceRegionConstraint(
	IEnumerable<Cartographic> surfaceRegion,
	IServiceProvider constrainedObject,
	CentralBody centralBody
)

Parameters

surfaceRegion
Type: System.Collections.Generic.IEnumerable<Cartographic>
The ordered planetodetic vertices of region with which the SurfaceRegion. The last vertex is automatically connected with the first.
constrainedObject
Type: System.IServiceProvider
The object to which this constraint is applied.
centralBody
Type: AGI.Foundation.Celestial.CentralBody
The CentralBody with which the SurfaceRegion is initialized.
See Also