CentralBodySurfaceRegionElevationAngleConstraint Properties |
The CentralBodySurfaceRegionElevationAngleConstraint type exposes the following members.
Name | Description | |
---|---|---|
AccessToWholeObject |
Gets or sets a value indicating whether to constrain based on any or all points in the area definition.
If true, the constraint will ensure that the elevation constraint is satisfied for all points
inside the area and on the boundary. If false, the constraint will be satisfied by any point
inside the area or on the boundary.
| |
Applicability |
Gets or sets the Access situation in which this constraint applies.
(Inherited from AccessConstraint.) | |
CentralBody |
Gets or sets the central body relative to which the elevation is computed.
| |
ConstrainedLink |
Gets or sets the link to which this constraint applies. It is not necessary to set this property
when using this constraint with AccessComputation.
| |
ConstrainedLinkEnd |
Gets or sets the end of the link to which this constraint applies. This is the end that is anchored to the area target.
It is not necessary to set this property when using this constraint with AccessComputation.
| |
DebuggingLogger |
Gets or sets a logger to which debugging information will be written.
(Inherited from AccessQuery.) | |
EvaluationOrder |
Gets or sets a number indicating the evaluation order of this constraint relative
to other constraints. All constraints involved in an
AccessComputation or that share a common parent (e.g. AccessQueryAnd or
AccessQueryOr) in an AccessQuery are sorted by this value before being evaluated in
ascending order, so constraints with a lower evaluation order are evaluated earlier than constraints with
a higher evaluation order.
(Inherited from AccessConstraint.) | |
Granularity |
Gets or sets the maximum angular distance in radians between sample points along the boundary of the area.
| |
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
IsMaximumEnabled |
Gets or sets a value indicating whether a maximum threshold is used in calculating constraint satisfaction.
(Inherited from MinimumMaximumAccessConstraint.) | |
IsMinimumEnabled |
Gets or sets a value indicating whether a minimum threshold is used in calculating constraint satisfaction.
(Inherited from MinimumMaximumAccessConstraint.) | |
MaximumTolerance |
Gets or sets the tolerance associated with the MaximumValue to be used when computing threshold crossings.
(Inherited from MinimumMaximumAccessConstraint.) | |
MaximumValue |
Gets or sets the maximum function value that is allowed for this constraint to be satisfied.
By default this is PositiveInfinity.
(Inherited from MinimumMaximumAccessConstraint.) | |
MinimumTolerance |
Gets or sets the tolerance associated with the MinimumValue to be used when computing threshold crossings.
(Inherited from MinimumMaximumAccessConstraint.) | |
MinimumValue |
Gets or sets the minimum function value that is required for this constraint to be satisfied.
By default, this is NegativeInfinity.
(Inherited from MinimumMaximumAccessConstraint.) | |
Sampling |
Gets an instance describing how this constraint is to be sampled.
(Inherited from AccessConstraint.) |