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