Clouds#

class ansys.stk.core.graphics.Clouds#

Load, show and hide clouds in the scene.

Overview#

show

Get or set whether clouds are rendered.

clouds_uri

The URI of the clouds index file. A cloud index file is an ascii file that contains a time-ordered list of images that display over the globe.

roundness

The roundness of the clouds.

altitude

The altitude of the clouds.

is_valid

Return whether or not the clouds file is valid.

Import detail#

from ansys.stk.core.graphics import Clouds

Property detail#

property Clouds.show: bool#

Get or set whether clouds are rendered.

property Clouds.clouds_uri: str#

The URI of the clouds index file. A cloud index file is an ascii file that contains a time-ordered list of images that display over the globe.

property Clouds.roundness: float#

The roundness of the clouds.

property Clouds.altitude: float#

The altitude of the clouds.

property Clouds.is_valid: bool#

Return whether or not the clouds file is valid.