StarGraphics#

class ansys.stk.core.stkobjects.StarGraphics#

Class defining 2D Graphics properties of a Star.

Overview#

color

Color in which the star’s marker and label are displayed in the 2D Graphics window.

inherit

Specify whether display of label is inherited from the Scenario-level setting.

marker_style

The style of the star’s marker.

show_label

Specify whether the star’s label is displayed.

show_graphics

Specify whether graphics attributes of the star are visible.

Import detail#

from ansys.stk.core.stkobjects import StarGraphics

Property detail#

property StarGraphics.color: Color#

Color in which the star’s marker and label are displayed in the 2D Graphics window.

property StarGraphics.inherit: bool#

Specify whether display of label is inherited from the Scenario-level setting.

property StarGraphics.marker_style: str#

The style of the star’s marker.

property StarGraphics.show_label: bool#

Specify whether the star’s label is displayed.

property StarGraphics.show_graphics: bool#

Specify whether graphics attributes of the star are visible.