CentralBodyLayeredProjectedVolumeAccessConstraint Constructor (CentralBody) |
Initializes an instance of the constraint with the specified
CentralBody. The tolerance defaults to
Epsilon16.
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 CentralBodyLayeredProjectedVolumeAccessConstraint(
CentralBody centralBody
)
Public Sub New (
centralBody As CentralBody
)
public:
CentralBodyLayeredProjectedVolumeAccessConstraint(
CentralBody^ centralBody
)
new :
centralBody : CentralBody -> CentralBodyLayeredProjectedVolumeAccessConstraint
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body where the constraint volume points are specified.
See Also