Click or drag to resize

TerrainLineOfSightConstraint Properties

The TerrainLineOfSightConstraint type exposes the following members.

Properties
  NameDescription
Public propertyApplicability
Gets or sets the Access situation in which this constraint applies.
(Inherited from AccessConstraint.)
Public propertyConstrainedLink
Gets or sets the link to which this constraint applies. It is not necessary to set this property when using this constraint with AccessComputation.
Public propertyConstrainedLinkEnd
Gets or sets the end of the link to which this constraint applies. This is the end that is observing the apparent position of the other end when considering whether terrain is obscuring the line of sight. It is not necessary to set this property when using this constraint with AccessComputation.
Public propertyDebuggingLogger
Gets or sets a logger to which debugging information will be written.
(Inherited from AccessQuery.)
Public propertyEvaluationOrder
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.)
Public propertyIsFrozen
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.)
Public propertyMaximumTerrainHeight
Gets or sets the maximum height in meters that can be returned by the TerrainProvider'sGetHeightRelativeToShape(Double, Double) method. Setting this value higher than necessary will not affect the results, but it will decrease performance. Setting it too low can cause incorrect results. By default, this is set to the approximate height of Mount Everest.
Public propertyMinimumTerrainHeight
Gets or sets the minimum height in meters that can be returned by the TerrainProvider'sGetHeightRelativeToShape(Double, Double) method. Setting this value lower than necessary will not affect the results, but it will decrease performance. Setting it too high can cause incorrect results. By default, this is set to the approximate depth of the Marianas Trench.
Public propertySampling
Gets an instance describing how this constraint is to be sampled.
(Inherited from AccessConstraint.)
Public propertyTerrainProvider
Gets or sets the terrain provider that provides the terrain to use in computing the line of sight.
Public propertyTolerance
Gets or sets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
Top
See Also