Click or drag to resize

ThirdBodyElevationAngleConstraint Constructor

Overload List
  NameDescription
Public methodThirdBodyElevationAngleConstraint
Initializes a new instance with default values.
Public methodThirdBodyElevationAngleConstraint(Point, Double)
Initializes a new instance with the specified third body point and minimum value.
Protected methodThirdBodyElevationAngleConstraint(ThirdBodyElevationAngleConstraint, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodThirdBodyElevationAngleConstraint(CentralBody, Point, Double)
Initializes a new instance with the specified central body, third body point, and minimum value.
Public methodThirdBodyElevationAngleConstraint(IServiceProvider, Point, Double)
Initializes a new instance with the specified constrained object, third body point, and minimum value.
Public methodThirdBodyElevationAngleConstraint(Point, Double, Double)
Initializes a new instance with the specified third body point, minimum value, and maximum value.
Public methodThirdBodyElevationAngleConstraint(CentralBody, Point, Double, Double)
Initializes a new instance with the specified central body, third body point, minimum value, and maximum value.
Public methodThirdBodyElevationAngleConstraint(IServiceProvider, CentralBody, Point, Double)
Initializes a new instance with the specified constrained object, central body, third body point, and minimum value.
Public methodThirdBodyElevationAngleConstraint(IServiceProvider, Point, Double, Double)
Initializes a new instance with the specified constrained object, third body point, minimum value, and maximum value.
Public methodThirdBodyElevationAngleConstraint(IServiceProvider, CentralBody, Point, Double, Double)
Initializes a new instance with the specified constrained object, central body, third body point, minimum value, and maximum value.
Top
See Also