Click or drag to resize

CentralBodySurfaceRegionConstraint Constructor (EllipsoidSurfaceRegion, IServiceProvider, CentralBody)

Initializes a new instance with the specified region, 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(
	EllipsoidSurfaceRegion surfaceRegion,
	IServiceProvider constrainedObject,
	CentralBody centralBody
)

Parameters

surfaceRegion
Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceRegion
The EllipsoidSurfaceRegion with which the SurfaceRegion is initialized.
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