LineTargetGraphics#

class ansys.stk.core.stkobjects.LineTargetGraphics#

The LineTargetGraphics class.

Overview#

label_name

Get or set the label name.

show_bounding_rectangle

A bounding rectangle is displayed using the outermost points defined for the line target as its reference.

line_width

Line width.

line_style

Line style.

show_line_points

Get or set the individual points used to define the line target are marked along the line. The point currently selected in the Path list is accented with a square.

use_instance_name_label

Use the label name instance.

show_label

Show the label; the Inherit property must be false or this property will be read-only.

label_color

Label color.

marker_style

Marker style.

color

Line Color.

inherit

Inherit 2D graphics properties from the scenario.

label_notes

Get the label notes collection.

show_graphics

Specify whether graphics attributes of the line target are visible.

Import detail#

from ansys.stk.core.stkobjects import LineTargetGraphics

Property detail#

property LineTargetGraphics.label_name: str#

Get or set the label name.

property LineTargetGraphics.show_bounding_rectangle: bool#

A bounding rectangle is displayed using the outermost points defined for the line target as its reference.

property LineTargetGraphics.line_width: LineWidth#

Line width.

property LineTargetGraphics.line_style: LineStyle#

Line style.

property LineTargetGraphics.show_line_points: bool#

Get or set the individual points used to define the line target are marked along the line. The point currently selected in the Path list is accented with a square.

property LineTargetGraphics.use_instance_name_label: bool#

Use the label name instance.

property LineTargetGraphics.show_label: bool#

Show the label; the Inherit property must be false or this property will be read-only.

property LineTargetGraphics.label_color: Color#

Label color.

property LineTargetGraphics.marker_style: str#

Marker style.

property LineTargetGraphics.color: Color#

Line Color.

property LineTargetGraphics.inherit: bool#

Inherit 2D graphics properties from the scenario.

property LineTargetGraphics.label_notes: LabelNoteCollection#

Get the label notes collection.

property LineTargetGraphics.show_graphics: bool#

Specify whether graphics attributes of the line target are visible.