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