Description of the modifications
This page guides a user to starting an instance of STK Engine:
https://stk.docs.pyansys.com/version/stable/examples/create-load-scenarios.html
The description underneath the first code block states:
"This creates an instance of the STK application. Setting no_graphics to False opens the STK window."
This isn't true, since STK Engine will never open an STK window. It appears to be mixing that input up with the STKDesktop class which has the visible input to start_application which does control whether an application window opens.
It may be beneficial to users to point them to the conversation about no_graphics on the programming help:
https://help.agi.com/stkdevkit/index.htm#stkEngine/NoGraphics.htm
Useful links and references
https://stk.docs.pyansys.com/version/stable/examples/create-load-scenarios.html
https://help.agi.com/stkdevkit/index.htm#stkEngine/NoGraphics.htm
Description of the modifications
This page guides a user to starting an instance of STK Engine:
https://stk.docs.pyansys.com/version/stable/examples/create-load-scenarios.html
The description underneath the first code block states:
"This creates an instance of the STK application. Setting
no_graphicsto False opens the STK window."This isn't true, since STK Engine will never open an STK window. It appears to be mixing that input up with the STKDesktop class which has the
visibleinput tostart_applicationwhich does control whether an application window opens.It may be beneficial to users to point them to the conversation about
no_graphicson the programming help:https://help.agi.com/stkdevkit/index.htm#stkEngine/NoGraphics.htm
Useful links and references
https://stk.docs.pyansys.com/version/stable/examples/create-load-scenarios.html
https://help.agi.com/stkdevkit/index.htm#stkEngine/NoGraphics.htm