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.2.419.0 (24.2.419.0)
Syntax public CentralBodySurfaceRegionConstraint(
EllipsoidSurfaceRegion surfaceRegion,
IServiceProvider constrainedObject,
CentralBody centralBody
)
Public Sub New (
surfaceRegion As EllipsoidSurfaceRegion,
constrainedObject As IServiceProvider,
centralBody As CentralBody
)
public:
CentralBodySurfaceRegionConstraint(
EllipsoidSurfaceRegion^ surfaceRegion,
IServiceProvider^ constrainedObject,
CentralBody^ centralBody
)
new :
surfaceRegion : EllipsoidSurfaceRegion *
constrainedObject : IServiceProvider *
centralBody : CentralBody -> CentralBodySurfaceRegionConstraint
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