AltitudeDisplayCondition#

class ansys.stk.core.graphics.AltitudeDisplayCondition#

Bases: IDisplayCondition

Define an inclusive altitude interval that determines when an object is rendered based on the camera’s altitude relative to a central body.

Overview#

minimum_altitude

Get or set the minimum altitude of the inclusive altitude interval. Use Double.MinValue to ignore checking the minimum altitude.

maximum_altitude

Get or set the maximum altitude of the inclusive altitude interval. Use Double.MaxValue to ignore checking the maximum altitude.

central_body

Get or set the central body to which the altitude is relative.

Import detail#

from ansys.stk.core.graphics import AltitudeDisplayCondition

Property detail#

property AltitudeDisplayCondition.minimum_altitude: float#

Get or set the minimum altitude of the inclusive altitude interval. Use Double.MinValue to ignore checking the minimum altitude.

property AltitudeDisplayCondition.maximum_altitude: float#

Get or set the maximum altitude of the inclusive altitude interval. Use Double.MaxValue to ignore checking the maximum altitude.

property AltitudeDisplayCondition.central_body: str#

Get or set the central body to which the altitude is relative.