STKEngine#

class ansys.stk.core.stkengine.STKEngine#

object

Initialize and manage the STK Engine application.

Overview#

start_application

Initialize STK Engine in-process and return the instance.

Must only be used once per Python process.

Import detail#

from ansys.stk.core.stkengine import STKEngine

Method detail#

STKEngine.start_application(no_graphics: bool = True) STKEngineApplication#

Initialize STK Engine in-process and return the instance.

Must only be used once per Python process.

Parameters:

no_graphics : bool

Returns:

STKEngineApplication