VerticalClearanceOperator.MinObstacleElevation Property
Gets or sets the elevation, above sea level, at the bottom of each obstacle from elevationInput.
Syntax
public AttributeVariable< System.Double > MinObstacleElevation { get; set; }
Property Value
Default: min
Elevation at bottom of obstacle, above sea level, in the common vertical unit (see section on the class page).
Remarks
For obstacles standing on the ground, the default value is okay, since it ensures that an aircraft cannot go below the obstacle, which is all that matters. For an airborne obstacle like a stationary blimp, or more likely a restricted or prohibited airspace, this should be the elevation at the lower vertical limit. Again, if the airspace extends all the way to the ground, the default value is okay.
Platforms
Windows, Linux, Android