GraphicsAnalysisControlBase#

class ansys.stk.core.stkx.GraphicsAnalysisControlBase#

AGI Graphics Analysis Control.

Overview#

picture_put_reference

Set a reference to the splash logo graphic to be displayed in the control.

back_color

The background color of the control.

picture

The splash logo graphic to be displayed in the control.

no_logo

If true, the splash logo is not shown.

vendor_id

Do not use this property, as it is deprecated. The identifier of the vendor.

ready_state

Return the ready state of the control.

application

Reference to the STK X application object.

control_mode

The Graphics control mode.

picture_from_file

Get or set the splash logo graphic file to be displayed in the control.

window_id

Window identifier (for Connect commands).

Import detail#

from ansys.stk.core.stkx import GraphicsAnalysisControlBase

Property detail#

property GraphicsAnalysisControlBase.back_color: Color#

The background color of the control.

property GraphicsAnalysisControlBase.picture: IPictureDisp#

The splash logo graphic to be displayed in the control.

If true, the splash logo is not shown.

property GraphicsAnalysisControlBase.vendor_id: str#

Do not use this property, as it is deprecated. The identifier of the vendor.

property GraphicsAnalysisControlBase.ready_state: int#

Return the ready state of the control.

property GraphicsAnalysisControlBase.application: STKXApplication#

Reference to the STK X application object.

property GraphicsAnalysisControlBase.control_mode: Graphics2DAnalysisMode#

The Graphics control mode.

property GraphicsAnalysisControlBase.picture_from_file: str#

Get or set the splash logo graphic file to be displayed in the control.

property GraphicsAnalysisControlBase.window_id: int#

Window identifier (for Connect commands).

Method detail#

GraphicsAnalysisControlBase.picture_put_reference(self, picture: IPictureDisp) None#

Set a reference to the splash logo graphic to be displayed in the control.

Parameters:

picture : IPictureDisp

Returns:

None