IKmlFeature#

class ansys.stk.core.graphics.IKmlFeature#

A KML feature.

Overview#

fly_to

Move the camera to the area encompassing this feature.

is_loaded

Get whether the document associated with this feature is loaded.

display

Get or set whether this feature will be displayed in the Scene.

content

Get the content associated with this feature.

name

Get the name of this feature.

description

Get the description associated with this feature.

snippet

Get the snippet associated with this feature.

bounding_sphere

The bounding sphere encompassing the area associated with this feature.

Import detail#

from ansys.stk.core.graphics import IKmlFeature

Property detail#

property IKmlFeature.is_loaded: bool#

Get whether the document associated with this feature is loaded.

property IKmlFeature.display: bool#

Get or set whether this feature will be displayed in the Scene.

property IKmlFeature.content: str#

Get the content associated with this feature.

property IKmlFeature.name: str#

Get the name of this feature.

property IKmlFeature.description: str#

Get the description associated with this feature.

property IKmlFeature.snippet: str#

Get the snippet associated with this feature.

property IKmlFeature.bounding_sphere: BoundingSphere#

The bounding sphere encompassing the area associated with this feature.

Method detail#

IKmlFeature.fly_to(self) None#

Move the camera to the area encompassing this feature.

Returns:

None