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#
Get or set the minimum altitude of the inclusive altitude interval. Use Double.MinValue to ignore checking the minimum altitude. |
|
Get or set the maximum altitude of the inclusive altitude interval. Use Double.MaxValue to ignore checking the maximum altitude. |
|
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.