HeightAboveHorizonConstraint Constructor |
Name | Description | |
---|---|---|
HeightAboveHorizonConstraint |
Initializes a new instance with default values.
| |
HeightAboveHorizonConstraint(Double) |
Initializes a new instance with the specified minimum value.
| |
HeightAboveHorizonConstraint(CentralBody, Double) |
Initializes a new instance with the specified central body and minimum value.
| |
HeightAboveHorizonConstraint(Double, Double) |
Initializes a new instance with the specified minimum value and maximum value.
| |
HeightAboveHorizonConstraint(HeightAboveHorizonConstraint, CopyContext) | Initializes a new instance as a copy of an existing instance. | |
HeightAboveHorizonConstraint(CentralBody, Double, Double) |
Initializes a new instance with the specified central body, minimum value, and maximum value.
| |
HeightAboveHorizonConstraint(IServiceProvider, LinkRole, Double) |
Initializes a new instance with the specified constrained link, constrained link end, and minimum value.
| |
HeightAboveHorizonConstraint(IServiceProvider, LinkRole, CentralBody, Double) |
Initializes a new instance with the specified constrained link, constrained link end, central body,
and minimum value.
| |
HeightAboveHorizonConstraint(IServiceProvider, LinkRole, Double, Double) |
Initializes a new instance with the specified constrained link, constrained link end, minimum value, and maximum value.
| |
HeightAboveHorizonConstraint(IServiceProvider, LinkRole, CentralBody, Double, Double) |
Initializes a new instance with the specified constrained link, constrained link end,
central body, minimum value, and maximum value.
|