SiteSTKStaticObject#

class ansys.stk.core.stkobjects.aviator.SiteSTKStaticObject#

Bases: ISite

Class defining a STK Static Object site.

Overview#

get_as_site

Get the site interface.

object_name

Get or set the object name to link to.

valid_object_names

Return the valid object names.

Import detail#

from ansys.stk.core.stkobjects.aviator import SiteSTKStaticObject

Property detail#

property SiteSTKStaticObject.object_name: str#

Get or set the object name to link to.

property SiteSTKStaticObject.valid_object_names: list#

Return the valid object names.

Method detail#

SiteSTKStaticObject.get_as_site(self) ISite#

Get the site interface.

Returns:

ISite